cust_customer_contact.go 461 B

1234567891011121314
  1. // ==========================================================================
  2. // This is auto-generated by gf cli tool. Fill this file as you wish.
  3. // ==========================================================================
  4. package cust
  5. import (
  6. "dashoo.cn/micro/app/model/cust/internal"
  7. )
  8. // CustCustomerContact is the golang structure for table cust_customer_contact.
  9. type CustCustomerContact internal.CustCustomerContact
  10. // Fill with you ideas below.