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
d434c5a2
Commit
d434c5a2
authored
May 20, 2026
by
fangxinjiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
项目配置编辑及修改对应备案基数调整-fxj
parent
94046792
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
281 additions
and
72 deletions
+281
-72
TAutoMainRelRestrictImportVo.java
...lus/v1/yifu/archives/vo/TAutoMainRelRestrictImportVo.java
+10
-10
TAutoMainRelServiceImpl.java
...1/yifu/archives/service/impl/TAutoMainRelServiceImpl.java
+271
-62
No files found.
yifu-archives/yifu-archives-api/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/vo/TAutoMainRelRestrictImportVo.java
View file @
d434c5a2
...
...
@@ -17,7 +17,7 @@ import lombok.Data;
@Schema
(
description
=
"项目配置限制项批量导入"
)
public
class
TAutoMainRelRestrictImportVo
extends
RowIndex
{
@ExcelProperty
(
"项目编码
(必填)
"
)
@ExcelProperty
(
"项目编码"
)
@Schema
(
description
=
"项目编码"
)
@ExcelAttribute
(
name
=
"项目编码"
,
isNotEmpty
=
true
,
errorInfo
=
"项目编码不能为空"
,
maxLength
=
50
)
private
String
deptNo
;
...
...
@@ -26,28 +26,28 @@ public class TAutoMainRelRestrictImportVo extends RowIndex {
@Schema
(
description
=
"项目名称"
)
private
String
departName
;
@ExcelProperty
(
"
是否限制(0限制/1不限制)
"
)
@ExcelProperty
(
"
限制仅在自动化作业
"
)
@Schema
(
description
=
"是否限制:0-限制(仅自动化入口),1-不限制"
)
@ExcelAttribute
(
name
=
"是否限制"
,
isNotEmpty
=
true
,
errorInfo
=
"是否限制不能为空"
,
readConverterExp
=
"0=限制,1=不限制"
)
private
String
autoFlag
;
@ExcelProperty
(
"
是否限制档案(0不限制/1限制)
"
)
@ExcelProperty
(
"
档案
"
)
@Schema
(
description
=
"是否限制档案"
)
@ExcelAttribute
(
name
=
"
是否限制
档案"
,
readConverterExp
=
"0=不限制,1=限制"
)
@ExcelAttribute
(
name
=
"档案"
,
readConverterExp
=
"0=不限制,1=限制"
)
private
String
restrictArchive
;
@ExcelProperty
(
"
是否限制商险(0不限制/1限制)
"
)
@ExcelProperty
(
"
商险
"
)
@Schema
(
description
=
"是否限制商险"
)
@ExcelAttribute
(
name
=
"
是否限制
商险"
,
readConverterExp
=
"0=不限制,1=限制"
)
@ExcelAttribute
(
name
=
"商险"
,
readConverterExp
=
"0=不限制,1=限制"
)
private
String
restrictInsurance
;
@ExcelProperty
(
"
是否限制合同(0不限制/1限制)
"
)
@ExcelProperty
(
"
合同
"
)
@Schema
(
description
=
"是否限制合同"
)
@ExcelAttribute
(
name
=
"
是否限制
合同"
,
readConverterExp
=
"0=不限制,1=限制"
)
@ExcelAttribute
(
name
=
"合同"
,
readConverterExp
=
"0=不限制,1=限制"
)
private
String
restrictContract
;
@ExcelProperty
(
"
是否限制社保公积金(0不限制/1限制)
"
)
@ExcelProperty
(
"
社保公积金
"
)
@Schema
(
description
=
"是否限制社保公积金"
)
@ExcelAttribute
(
name
=
"
是否限制
社保公积金"
,
readConverterExp
=
"0=不限制,1=限制"
)
@ExcelAttribute
(
name
=
"社保公积金"
,
readConverterExp
=
"0=不限制,1=限制"
)
private
String
restrictSocialFund
;
}
\ No newline at end of file
yifu-archives/yifu-archives-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/service/impl/TAutoMainRelServiceImpl.java
View file @
d434c5a2
This diff is collapsed.
Click to expand it.
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