|
...
|
...
|
@@ -70,7 +70,7 @@ type ( |
|
|
|
CooperationModeNumber string `json:"cooperationModeNumber"`
|
|
|
|
PublisherUid int `json:"publisherUid,string"`
|
|
|
|
SponsorUid int `json:"sponsorUid,string"`
|
|
|
|
DepartmentId int `json:"departmentId,string"`
|
|
|
|
DepartmentId int `json:"departmentId"`
|
|
|
|
CooperationProjectUndertakerType []int `json:"cooperationProjectUndertakerTypes"`
|
|
|
|
Attachment []*domain.Attachment `json:"attachment"`
|
|
|
|
}
|
|
...
|
...
|
@@ -118,7 +118,7 @@ type ( |
|
|
|
// 共创项目描述
|
|
|
|
CooperationProjectDescription string `json:"cooperationProjectDescription"`
|
|
|
|
Attachment []domain.Attachment `json:"attachment"`
|
|
|
|
DepartmentId int `json:"departmentId,string"`
|
|
|
|
DepartmentId int `json:"departmentId"`
|
|
|
|
}
|
|
|
|
|
|
|
|
DataCooperationProjectUpdate struct {
|
...
|
...
|
|