|
|
package allied_creation_cooperation
|
|
|
|
|
|
import (
|
|
|
"time"
|
|
|
|
|
|
"gitlab.fjmaimaimai.com/allied-creation/allied-creation-gateway/pkg/domain"
|
|
|
"gitlab.fjmaimaimai.com/allied-creation/allied-creation-gateway/pkg/util/jtime"
|
|
|
"time"
|
|
|
)
|
|
|
|
|
|
type ProjectAttachment struct {
|
...
|
...
|
@@ -116,12 +117,13 @@ type ( |
|
|
// 共创项目描述
|
|
|
CooperationProjectDescription string `json:"cooperationProjectDescription"`
|
|
|
Attachment []domain.Attachment `json:"attachment"`
|
|
|
DepartmentId int `json:"departmentId,string"`
|
|
|
// 组织机构ID
|
|
|
OrgId int64 `cname:"组织机构ID" json:"orgId,string" valid:"Required"`
|
|
|
// OrgId int64 `cname:"组织机构ID" json:"orgId,string" valid:"Required"`
|
|
|
// 用户ID,通过集成REST上下文获取,可翻译成发起人、承接人、推荐人、业务员
|
|
|
UserId int64 `cname:"用户ID" json:"userId,string" valid:"Required"`
|
|
|
//UserId int64 `cname:"用户ID" json:"userId,string" valid:"Required"`
|
|
|
// 用户基础数据id
|
|
|
UserBaseId int64 `cname:"用户基础数据ID" json:"userBaseId,string" valid:"Required"`
|
|
|
//UserBaseId int64 `cname:"用户基础数据ID" json:"userBaseId,string" valid:"Required"`
|
|
|
}
|
|
|
|
|
|
DataCooperationProjectUpdate struct {
|
...
|
...
|
@@ -268,7 +270,7 @@ type ( |
|
|
// 批量结束项目
|
|
|
type (
|
|
|
ReqCooperationProjectBatchEnd struct {
|
|
|
CooperationProjectIds []string `json:"cooperationProjectId"`
|
|
|
CooperationProjectIds []string `json:"cooperationProjectIds"`
|
|
|
}
|
|
|
|
|
|
DataCooperationProjectBatchEnd struct {
|
...
|
...
|
|