Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
A
an-plus-hr
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
anjia-hr
an-plus-hr
Commits
896b9225
Commit
896b9225
authored
Dec 10, 2025
by
刘斌
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修复转换错误
parent
49fc735d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
InterviewProfileParam.java
...va/com/anplus/hr/domain/params/InterviewProfileParam.java
+3
-3
EmployeeTrainingImportVo.java
...ava/com/anplus/hr/domain/vo/EmployeeTrainingImportVo.java
+1
-1
InterviewProfileImportVo.java
...ava/com/anplus/hr/domain/vo/InterviewProfileImportVo.java
+1
-1
No files found.
admin/src/main/java/com/anplus/hr/domain/params/InterviewProfileParam.java
View file @
896b9225
...
...
@@ -27,7 +27,7 @@ public class InterviewProfileParam {
/**
* 员工信息ID
*/
@NotNull
(
message
=
"员工信息ID不能为空"
,
groups
=
{
AddGroup
.
class
,
EditGroup
.
class
})
//
@NotNull(message = "员工信息ID不能为空", groups = { AddGroup.class, EditGroup.class })
private
Long
employeeId
;
/**
...
...
@@ -81,7 +81,7 @@ public class InterviewProfileParam {
/**
* 标杆企业
*/
@NotBlank
(
message
=
"标杆企业不能为空"
,
groups
=
{
AddGroup
.
class
,
EditGroup
.
class
})
//
@NotBlank(message = "标杆企业不能为空", groups = { AddGroup.class, EditGroup.class })
private
String
benchmarkEnterprise
;
/**
...
...
@@ -105,7 +105,7 @@ public class InterviewProfileParam {
/**
* 备注
*/
@NotBlank
(
message
=
"备注不能为空"
,
groups
=
{
AddGroup
.
class
,
EditGroup
.
class
})
//
@NotBlank(message = "备注不能为空", groups = { AddGroup.class, EditGroup.class })
private
String
remark
;
...
...
admin/src/main/java/com/anplus/hr/domain/vo/EmployeeTrainingImportVo.java
View file @
896b9225
...
...
@@ -26,7 +26,7 @@ import java.time.LocalDate;
@ColumnWidth
(
20
)
@HeadStyle
(
fillPatternType
=
FillPatternTypeEnum
.
SOLID_FOREGROUND
,
fillForegroundColor
=
40
)
@HeadFontStyle
(
color
=
9
,
fontHeightInPoints
=
11
)
@AutoMapper
(
target
=
EmployeeTraining
.
class
,
c
onvertGenerate
=
false
)
@AutoMapper
(
target
=
EmployeeTraining
.
class
,
reverseC
onvertGenerate
=
false
)
public
class
EmployeeTrainingImportVo
extends
ExcelBaseEntity
implements
Serializable
{
@Serial
...
...
admin/src/main/java/com/anplus/hr/domain/vo/InterviewProfileImportVo.java
View file @
896b9225
...
...
@@ -29,7 +29,7 @@ import java.time.LocalDate;
//IndexedColors.SKY_BLUE.getIndex()
@HeadStyle
(
fillPatternType
=
FillPatternTypeEnum
.
SOLID_FOREGROUND
,
fillForegroundColor
=
40
)
@HeadFontStyle
(
color
=
9
,
fontHeightInPoints
=
11
)
@AutoMapper
(
target
=
InterviewProfile
.
class
,
c
onvertGenerate
=
false
)
@AutoMapper
(
target
=
InterviewProfile
.
class
,
reverseC
onvertGenerate
=
false
)
public
class
InterviewProfileImportVo
extends
ExcelBaseEntity
implements
Serializable
{
@Serial
...
...
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