...
|
...
|
@@ -8,7 +8,7 @@ import ( |
|
|
type CooperationContractUndertaker struct {
|
|
|
tableName string `comment:"共创合约承接人" pg:"cooperation_contract_undertakers,alias:cooperation_contract_undertaker"`
|
|
|
// 共创合约承接人id
|
|
|
CooperationContractUndertakerId int64 `comment:"共创合约承接人id" pg:",pk,unique"`
|
|
|
CooperationContractUndertakerId int64 `comment:"共创合约承接人id" pg:",pk"`
|
|
|
// 共创合约编号
|
|
|
CooperationContractNumber string `comment:"共创合约编号"`
|
|
|
// 共创合约承接人uid
|
...
|
...
|
|