作者 yangfu

共创模块json解析修改

@@ -13,9 +13,9 @@ type PersonCooperationProjectSharedInfoAttachmentQuery struct { @@ -13,9 +13,9 @@ type PersonCooperationProjectSharedInfoAttachmentQuery struct {
13 // 用户 13 // 用户
14 UserId int64 `json:"userId" valid:"Required"` 14 UserId int64 `json:"userId" valid:"Required"`
15 // 项目ID 15 // 项目ID
16 - ProjectId int64 `json:"cooperationProjectId" valid:"Required"` 16 + ProjectId int64 `json:"cooperationProjectId,string" valid:"Required"`
17 // 合约ID 17 // 合约ID
18 - ContractId int64 `json:"cooperationContractId" valid:"Required"` 18 + ContractId int64 `json:"cooperationContractId,string" valid:"Required"`
19 // 附件类型 1:合约附件 2:支付凭证 19 // 附件类型 1:合约附件 2:支付凭证
20 AttachmentType int `json:"attachmentType" valid:"Required"` 20 AttachmentType int `json:"attachmentType" valid:"Required"`
21 } 21 }