作者 陈志颖

fix:修复账期结算数据模型

@@ -23,8 +23,8 @@ type CreditAccount struct { @@ -23,8 +23,8 @@ type CreditAccount struct {
23 SettlementTime time.Time `comment:"共创账期结算时间"` 23 SettlementTime time.Time `comment:"共创账期结算时间"`
24 // 共创合约编号 24 // 共创合约编号
25 CooperationContractNumber string `comment:"共创合约编号"` 25 CooperationContractNumber string `comment:"共创合约编号"`
26 - // 参与人uid,包括承接人、推荐人、关联业务员  
27 - Participator *domain.Participator `comment:"参与人uid,包括承接人、推荐人、关联业务员" pg:",array"` 26 + // 参与人,包括承接人、推荐人、关联业务员
  27 + Participator *domain.Participator `comment:"参与人,包括承接人、推荐人、关联业务员"`
28 // 参与类型 28 // 参与类型
29 ParticipateType string `comment:"参与类型,承接人,推荐人,业务员"` 29 ParticipateType string `comment:"参与类型,承接人,推荐人,业务员"`
30 // 结算明细 30 // 结算明细