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