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
8b6cbd3b
authored
2025-04-03 14:54:33 +0800
by
xiaojie
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
【数据资产】
1、数据需求-修改上架状态
1 parent
8272fe03
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
23 deletions
src/main/java/com/csbr/qingcloud/portal/domain/vo/DemandPortalRSVO.java
src/main/java/com/csbr/qingcloud/portal/domain/vo/DemandPortalRSVO.java
View file @
8b6cbd3
package
com
.
csbr
.
qingcloud
.
portal
.
domain
.
vo
;
import
com.csbr.cloud.workflow.domain.vo.appove.BizApproveVO
;
import
com.fasterxml.jackson.annotation.JsonFormat
;
import
csbr.cloud.entity.domain.base.vo.BaseVO
;
import
io.swagger.v3.oas.annotations.media.Schema
;
...
...
@@ -18,48 +17,32 @@ import java.util.Date;
@Data
@Schema
(
title
=
"数据需求门户返回参数"
)
public
class
DemandPortalRSVO
extends
BaseVO
{
/**
* 系统唯一标识
*/
@Schema
(
description
=
"系统唯一标识"
)
private
String
guid
;
/**
* 数据需求名称
*/
@Schema
(
description
=
"数据需求名称"
)
private
String
dataDemandName
;
/**
* 需求类型
*/
@Schema
(
description
=
"需求类型"
)
private
String
requirementType
;
/**
* 需求开始时间
*/
@Schema
(
description
=
"需求开始时间"
)
@JsonFormat
(
pattern
=
"yyyy-MM-dd"
,
timezone
=
"GMT+8"
)
private
Date
requirementTermSdate
;
/**
* 需求结束时间
*/
@Schema
(
description
=
"需求结束时间"
)
@JsonFormat
(
pattern
=
"yyyy-MM-dd"
,
timezone
=
"GMT+8"
)
private
Date
requirementTermEdate
;
/**
* 需求内容
*/
@Schema
(
description
=
"最低预算"
)
private
BigDecimal
minBudget
;
@Schema
(
description
=
"最高预算"
)
private
BigDecimal
maxBudget
;
@Schema
(
description
=
"需求内容"
)
private
String
requirementContent
;
/**
* 交付标的
*/
@Schema
(
description
=
"交付标的"
)
private
String
updateCycle
;
...
...
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