作者 陈志颖

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

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