正在显示
1 个修改的文件
包含
5 行增加
和
1 行删除
| @@ -19,6 +19,8 @@ type SearchCooperationProjectExtQuery struct { | @@ -19,6 +19,8 @@ type SearchCooperationProjectExtQuery struct { | ||
| 19 | ExtUserId int64 `cname:"用户ID" json:"extUserId,omitempty"` | 19 | ExtUserId int64 `cname:"用户ID" json:"extUserId,omitempty"` |
| 20 | // 用户基础数据id | 20 | // 用户基础数据id |
| 21 | ExtUserBaseId int64 `cname:"用户基础数据ID" json:"extUserBaseId,omitempty"` | 21 | ExtUserBaseId int64 `cname:"用户基础数据ID" json:"extUserBaseId,omitempty"` |
| 22 | + // 共创项目承接对象,1员工,2共创用户,3公开,可多选 | ||
| 23 | + ExtCooperationProjectUndertakerTypes []int32 `json:"extCooperationProjectUndertakerTypes"` | ||
| 22 | } | 24 | } |
| 23 | 25 | ||
| 24 | type SearchCooperationProjectQuery struct { | 26 | type SearchCooperationProjectQuery struct { |
| @@ -30,8 +32,10 @@ type SearchCooperationProjectQuery struct { | @@ -30,8 +32,10 @@ type SearchCooperationProjectQuery struct { | ||
| 30 | CooperationProjectName string `cname:"共创项目名称" json:"cooperationProjectName,omitempty"` | 32 | CooperationProjectName string `cname:"共创项目名称" json:"cooperationProjectName,omitempty"` |
| 31 | // 共创项目编号 | 33 | // 共创项目编号 |
| 32 | CooperationProjectNumber string `cname:"共创项目编号" json:"cooperationProjectNumber,omitempty"` | 34 | CooperationProjectNumber string `cname:"共创项目编号" json:"cooperationProjectNumber,omitempty"` |
| 33 | - // 共创项目承接对象,1员工,2共创用户,4公开,可以多选 | 35 | + // 共创项目承接对象,1员工,2共创用户,3公开 |
| 34 | CooperationProjectUndertakerType int32 `json:"cooperationProjectUndertakerType"` | 36 | CooperationProjectUndertakerType int32 `json:"cooperationProjectUndertakerType"` |
| 37 | + // 共创项目承接对象,1员工,2共创用户,3公开,可多选 | ||
| 38 | + CooperationProjectUndertakerTypes []int32 `json:"cooperationProjectUndertakerTypes"` | ||
| 35 | // 部门名称 | 39 | // 部门名称 |
| 36 | DepartmentName string `cname:"部门名称" json:"departmentName,omitempty"` | 40 | DepartmentName string `cname:"部门名称" json:"departmentName,omitempty"` |
| 37 | // 关键字搜索 | 41 | // 关键字搜索 |
-
请 注册 或 登录 后发表评论