Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Y
yifu-mvp
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fangxinjiang
yifu-mvp
Commits
2744762d
Commit
2744762d
authored
Oct 09, 2024
by
huyuchen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
huych-风险管控提交
parent
2f551059
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
7 deletions
+4
-7
TRiskMonitor.java
...yifu/cloud/plus/v1/yifu/archives/entity/TRiskMonitor.java
+4
-7
No files found.
yifu-archives/yifu-archives-api/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/entity/TRiskMonitor.java
View file @
2744762d
...
...
@@ -41,7 +41,7 @@ public class TRiskMonitor extends BaseEntity {
/**
* 结算主体名称
*/
@ExcelAttribute
(
name
=
"项目名称"
,
isNotEmpty
=
true
,
errorInfo
=
"项目名称不能为空"
,
maxLength
=
50
)
@ExcelAttribute
(
name
=
"项目名称"
)
@ExcelProperty
(
"项目名称"
)
@Schema
(
description
=
"项目名称"
)
private
String
departName
;
...
...
@@ -49,7 +49,7 @@ public class TRiskMonitor extends BaseEntity {
/**
* 结算主体编码
*/
@ExcelAttribute
(
name
=
"项目编码"
,
isNotEmpty
=
true
,
errorInfo
=
"项目编码不能为空"
,
maxLength
=
32
)
@ExcelAttribute
(
name
=
"项目编码"
)
@NotBlank
(
message
=
"项目编码不能为空"
)
@ExcelProperty
(
"项目编码"
)
@Schema
(
description
=
"项目编码"
)
...
...
@@ -58,9 +58,7 @@ public class TRiskMonitor extends BaseEntity {
/**
* 项目状态:0正常 1停止服务 2 已冻结
*/
@ExcelAttribute
(
name
=
"项目状态"
,
isNotEmpty
=
true
,
errorInfo
=
"项目状态不能为空"
,
maxLength
=
1
)
@NotBlank
(
message
=
"项目状态:0正常 1停止服务 2 已冻结不能为空"
)
@Length
(
max
=
1
,
message
=
"项目状态:0正常 1停止服务 2 已冻结不能超过1个字符"
)
@ExcelAttribute
(
name
=
"项目状态"
)
@ExcelProperty
(
"项目状态"
)
@Schema
(
description
=
"项目状态:0正常 1停止服务 2 已冻结"
)
private
String
stopFlag
;
...
...
@@ -68,8 +66,7 @@ public class TRiskMonitor extends BaseEntity {
/**
* 二级指标归属
*/
@ExcelAttribute
(
name
=
"二级指标归属"
,
maxLength
=
50
)
@Length
(
max
=
50
,
message
=
"二级指标归属不能超过50个字符"
)
@ExcelAttribute
(
name
=
"二级指标归属"
)
@ExcelProperty
(
"二级指标归属"
)
@Schema
(
description
=
"二级指标归属"
)
private
String
secondIndicatorBelong
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment