ctr_contract_application.go 717 B

1234567891011121314151617181920
  1. // ==========================================================================
  2. // This is auto-generated by gf cli tool. Fill this file as you wish.
  3. // ==========================================================================
  4. package contract
  5. import (
  6. "dashoo.cn/opms_parent/app/model/contract/internal"
  7. )
  8. // CtrContractApplication is the golang structure for table ctr_contract_application.
  9. type CtrContractApplication internal.CtrContractApplication
  10. type CreateFromBusinessReq struct {
  11. NboId int `json:"nboId"`
  12. NboName string `json:"nboName"`
  13. ProductLine string `json:"productLine"`
  14. CustName string `json:"custName"`
  15. DistributorName string `json:"distributorName"`
  16. }