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