| 1234567891011121314151617181920 |
- // ==========================================================================
- // This is auto-generated by gf cli tool. Fill this file as you wish.
- // ==========================================================================
- package contract
- import (
- "dashoo.cn/opms_parent/app/model/contract/internal"
- )
- // CtrContractApplication is the golang structure for table ctr_contract_application.
- type CtrContractApplication internal.CtrContractApplication
- type CreateFromBusinessReq struct {
- NboId int `json:"nboId"`
- NboName string `json:"nboName"`
- ProductLine string `json:"productLine"`
- CustName string `json:"custName"`
- DistributorName string `json:"distributorName"`
- }
|