ctr_contract_goal.go 453 B

1234567891011121314
  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/micro/app/model/contract/internal"
  7. )
  8. // CtrContractGoal is the golang structure for table ctr_contract_goal.
  9. type CtrContractGoal internal.CtrContractGoal
  10. // Fill with you ideas below.