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
529753cd
Commit
529753cd
authored
Jun 24, 2025
by
chenyuxi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: offer改字段名称
parent
4694fb69
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
TGzOfferInfo.java
...yifu/cloud/plus/v1/yifu/archives/entity/TGzOfferInfo.java
+2
-2
TGzOfferInfoMapper.xml
...ives-biz/src/main/resources/mapper/TGzOfferInfoMapper.xml
+4
-4
No files found.
yifu-archives/yifu-archives-api/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/entity/TGzOfferInfo.java
View file @
529753cd
...
...
@@ -91,7 +91,7 @@ public class TGzOfferInfo extends BaseEntity {
@Length
(
max
=
2
,
message
=
"人员类别编码:参考字典不能超过2个字符"
)
@ExcelProperty
(
"人员类别编码:参考字典"
)
@Schema
(
description
=
"人员类别编码:参考字典"
)
private
String
empType
;
private
String
emp
l
Type
;
/**
* 人员类别名称
*/
...
...
@@ -99,7 +99,7 @@ public class TGzOfferInfo extends BaseEntity {
@Length
(
max
=
32
,
message
=
"人员类别名称不能超过32个字符"
)
@ExcelProperty
(
"人员类别名称"
)
@Schema
(
description
=
"人员类别名称"
)
private
String
empTypeDescr
;
private
String
emp
l
TypeDescr
;
/**
* 外签类型:A: 洼地外签/ B:属地外签
*/
...
...
yifu-archives/yifu-archives-biz/src/main/resources/mapper/TGzOfferInfoMapper.xml
View file @
529753cd
...
...
@@ -30,8 +30,8 @@
<result
property=
"offerSendStatus"
column=
"offer_send_status"
/>
<result
property=
"updateBy"
column=
"update_by"
/>
<result
property=
"updateTime"
column=
"update_time"
/>
<result
property=
"emp
Type"
column=
"emp
_type"
/>
<result
property=
"emp
TypeDescr"
column=
"emp
_type_descr"
/>
<result
property=
"emp
lType"
column=
"empl
_type"
/>
<result
property=
"emp
lTypeDescr"
column=
"empl
_type_descr"
/>
<result
property=
"outSginType"
column=
"out_sgin_type"
/>
<result
property=
"company"
column=
"company"
/>
<result
property=
"name"
column=
"name"
/>
...
...
@@ -75,8 +75,8 @@
a.offer_send_status,
a.update_by,
a.update_time,
a.emp_type,
a.emp_type_descr,
a.emp
l
_type,
a.emp
l
_type_descr,
a.out_sgin_type,
a.company,
a.name,
...
...
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