Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
csbr-daop
/
ms-data-circulation-portal-service
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
ec491298
authored
2025-01-13 10:28:10 +0800
by
肖初晴
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
【DAOP-1.0】企业认证
【功能点】功能开发
1 parent
b66f60c9
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
31 additions
and
0 deletions
src/main/java/com/csbr/qingcloud/portal/domain/vo/DemandQueryVO.java
src/main/java/com/csbr/qingcloud/portal/domain/vo/EnterpriseQueryVO.java
src/main/java/com/csbr/qingcloud/portal/domain/vo/ServicerMaintainQueryVO.java
src/main/java/com/csbr/qingcloud/portal/domain/vo/DemandQueryVO.java
View file @
ec49129
package
com
.
csbr
.
qingcloud
.
portal
.
domain
.
vo
;
import
com.csbr.cloud.mybatis.annotations.LikeQuery
;
import
com.csbr.cloud.mybatis.enums.LikeQueryEnum
;
import
com.csbr.cloud.workflow.domain.dto.appove.FlowBizGuidQueryDTO
;
import
io.swagger.v3.oas.annotations.media.Schema
;
import
lombok.EqualsAndHashCode
;
...
...
@@ -19,6 +21,20 @@ import java.util.List;
@Schema
(
title
=
"数据需求查询参数"
)
public
class
DemandQueryVO
extends
FlowBizGuidQueryDTO
{
@LikeQuery
(
type
=
LikeQueryEnum
.
ALL
)
@Schema
(
description
=
"数据需求名称"
)
private
String
dataDemandName
;
@Schema
(
description
=
"需求类型"
)
private
String
requirementType
;
@Schema
(
description
=
"需求分类【1新增 2调整】"
)
private
String
demandCategory
;
@LikeQuery
(
type
=
LikeQueryEnum
.
ALL
)
@Schema
(
description
=
"发起人"
)
private
String
createUserName
;
/**
* 业务审批状态【N 草稿中,A 审批中,Y 已通过,R 驳回,C 已撤销,D 已废弃】
*/
...
...
src/main/java/com/csbr/qingcloud/portal/domain/vo/EnterpriseQueryVO.java
View file @
ec49129
package
com
.
csbr
.
qingcloud
.
portal
.
domain
.
vo
;
import
com.csbr.cloud.mybatis.annotations.LikeQuery
;
import
com.csbr.cloud.mybatis.enums.LikeQueryEnum
;
import
com.csbr.cloud.workflow.domain.dto.appove.FlowBizGuidQueryDTO
;
import
io.swagger.v3.oas.annotations.media.Schema
;
import
lombok.EqualsAndHashCode
;
...
...
@@ -19,6 +21,13 @@ import java.util.List;
@Schema
(
title
=
"企业信息查询参数"
)
public
class
EnterpriseQueryVO
extends
FlowBizGuidQueryDTO
{
@Schema
(
description
=
"企业名称"
)
@LikeQuery
(
type
=
LikeQueryEnum
.
ALL
)
private
String
tenantName
;
@Schema
(
description
=
"企业类型【选择平台字典【公司类型】的选项】"
)
private
String
tenantType
;
/**
* 业务审批状态【N 草稿中,A 审批中,Y 已通过,R 驳回,C 已撤销,D 已废弃】
*/
...
...
src/main/java/com/csbr/qingcloud/portal/domain/vo/ServicerMaintainQueryVO.java
View file @
ec49129
...
...
@@ -24,6 +24,12 @@ public class ServicerMaintainQueryVO extends FlowBizGuidQueryDTO {
@LikeQuery
(
type
=
LikeQueryEnum
.
ALL
)
private
String
tenantName
;
@Schema
(
description
=
"企业类型【选择平台字典【公司类型】的选项】"
)
private
String
tenantType
;
@Schema
(
description
=
"能否继续合作【Y 能;N 不能;】"
)
private
String
canContinueCollaborate
;
/**
* 业务审批状态【N 草稿中,A 审批中,Y 已通过,R 驳回,C 已撤销,D 已废弃】
*/
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment