正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
@@ -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 | } |
-
请 注册 或 登录 后发表评论