- // ==========================================================================
- // This is auto-generated by gf cli tool. Fill this file as you wish.
- // ==========================================================================
- package cust
- import (
- "dashoo.cn/micro/app/model/cust/internal"
- )
- // CustCustomerContact is the golang structure for table cust_customer_contact.
- type CustCustomerContact internal.CustCustomerContact
- // Fill with you ideas below.
|