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
42ef22f5
Commit
42ef22f5
authored
Jul 11, 2022
by
hongguangwu
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/develop' into develop
parents
44203f59
d485a2ef
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
TEmpBadRecord.java
...ifu/cloud/plus/v1/yifu/archives/entity/TEmpBadRecord.java
+3
-4
No files found.
yifu-archives/yifu-archives-api/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/entity/TEmpBadRecord.java
View file @
42ef22f5
...
@@ -18,10 +18,7 @@ package com.yifu.cloud.plus.v1.yifu.archives.entity;
...
@@ -18,10 +18,7 @@ package com.yifu.cloud.plus.v1.yifu.archives.entity;
import
com.alibaba.excel.annotation.ExcelIgnore
;
import
com.alibaba.excel.annotation.ExcelIgnore
;
import
com.alibaba.excel.annotation.ExcelProperty
;
import
com.alibaba.excel.annotation.ExcelProperty
;
import
com.baomidou.mybatisplus.annotation.IdType
;
import
com.baomidou.mybatisplus.annotation.*
;
import
com.baomidou.mybatisplus.annotation.TableField
;
import
com.baomidou.mybatisplus.annotation.TableId
;
import
com.baomidou.mybatisplus.annotation.TableName
;
import
com.yifu.cloud.plus.v1.yifu.common.core.constant.ExcelAttribute
;
import
com.yifu.cloud.plus.v1.yifu.common.core.constant.ExcelAttribute
;
import
com.yifu.cloud.plus.v1.yifu.common.core.util.LocalDateTimeUtils
;
import
com.yifu.cloud.plus.v1.yifu.common.core.util.LocalDateTimeUtils
;
import
com.yifu.cloud.plus.v1.yifu.common.mybatis.base.BaseEntity
;
import
com.yifu.cloud.plus.v1.yifu.common.mybatis.base.BaseEntity
;
...
@@ -116,6 +113,7 @@ public class TEmpBadRecord extends BaseEntity {
...
@@ -116,6 +113,7 @@ public class TEmpBadRecord extends BaseEntity {
@ExcelAttribute
(
name
=
"费用损失"
,
isFloat
=
true
,
max
=
"999999999.99"
)
@ExcelAttribute
(
name
=
"费用损失"
,
isFloat
=
true
,
max
=
"999999999.99"
)
@Schema
(
description
=
"费用损失 (费用损失与其他费用损失其一必填)"
)
@Schema
(
description
=
"费用损失 (费用损失与其他费用损失其一必填)"
)
@DecimalMax
(
value
=
"999999999.99"
,
message
=
"费用损失不可大于999999999.99"
)
@DecimalMax
(
value
=
"999999999.99"
,
message
=
"费用损失不可大于999999999.99"
)
@TableField
(
updateStrategy
=
FieldStrategy
.
IGNORED
)
@ExcelProperty
(
"费用损失"
)
@ExcelProperty
(
"费用损失"
)
private
BigDecimal
loseFee
;
private
BigDecimal
loseFee
;
...
@@ -125,6 +123,7 @@ public class TEmpBadRecord extends BaseEntity {
...
@@ -125,6 +123,7 @@ public class TEmpBadRecord extends BaseEntity {
@ExcelAttribute
(
name
=
"其他损失"
)
@ExcelAttribute
(
name
=
"其他损失"
)
@Schema
(
description
=
"其他损失 (费用损失与其他费用损失其一必填)"
)
@Schema
(
description
=
"其他损失 (费用损失与其他费用损失其一必填)"
)
@DecimalMax
(
value
=
"999999999.99"
,
message
=
"其他损失不可大于999999999.99"
)
@DecimalMax
(
value
=
"999999999.99"
,
message
=
"其他损失不可大于999999999.99"
)
@TableField
(
updateStrategy
=
FieldStrategy
.
IGNORED
)
@ExcelProperty
(
"其他损失"
)
@ExcelProperty
(
"其他损失"
)
private
BigDecimal
loseFeeOther
;
private
BigDecimal
loseFeeOther
;
...
...
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