Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
8
8timerapiv200
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
8timerv2
8timerapiv200
Commits
a118d068
Commit
a118d068
authored
Mar 09, 2022
by
284718418@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
招聘管理初始化
parent
64d4cbf1
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
79 additions
and
12 deletions
+79
-12
src/main/java/cn/timer/api/bean/zpgl/ZpglRcxx.java
+36
-1
src/main/java/cn/timer/api/bean/zpgl/ZpglRcxxLxxxb.java
+29
-8
src/main/resources/mapping/zpgl/ZpglRcxxLxxxbMapper.xml
+6
-2
src/main/resources/mapping/zpgl/ZpglRcxxMapper.xml
+8
-1
No files found.
src/main/java/cn/timer/api/bean/zpgl/ZpglRcxx.java
View file @
a118d068
...
...
@@ -89,13 +89,48 @@ public class ZpglRcxx extends Model<ZpglRcxx> {
* 民族
*/
@ApiModelProperty
(
value
=
"民族"
)
private
String
nation
;
private
Integer
nationClassId
;
/**
* 籍贯
*/
@ApiModelProperty
(
value
=
"籍贯"
)
private
String
nativePlace
;
/**
* 省名
*/
@ApiModelProperty
(
value
=
"省名"
)
private
String
provinceId
;
/**
* 省名
*/
@ApiModelProperty
(
value
=
"省名"
)
private
String
province
;
/**
* 区名
*/
@ApiModelProperty
(
value
=
"区名"
)
private
String
districtId
;
/**
* 区名
*/
@ApiModelProperty
(
value
=
"区名"
)
private
String
district
;
/**
* 城市
*/
@ApiModelProperty
(
value
=
"城市"
)
private
String
cityId
;
/**
* 城市
*/
@ApiModelProperty
(
value
=
"城市"
)
private
String
city
;
/**
* 详细地址
*/
@ApiModelProperty
(
value
=
"详细地址"
)
private
String
address
;
/**
* 是否结婚:0否,1是
*/
@ApiModelProperty
(
value
=
"是否结婚:0否,1是"
)
...
...
src/main/java/cn/timer/api/bean/zpgl/ZpglRcxxLxxxb.java
View file @
a118d068
...
...
@@ -56,22 +56,43 @@ public class ZpglRcxxLxxxb extends Model<ZpglRcxxLxxxb> {
*/
@ApiModelProperty
(
value
=
"联系人手机"
)
private
String
linkMobile
;
/**
* 省名
*/
@ApiModelProperty
(
value
=
"省名"
)
private
String
provinceId
;
/**
* 省名
*/
@ApiModelProperty
(
value
=
"省名"
)
private
String
province
;
/**
* 区名
*/
@ApiModelProperty
(
value
=
"区名"
)
private
String
districtId
;
/**
* 联系人地址
* 区名
*/
@ApiModelProperty
(
value
=
"联系人地址"
)
private
String
linkAddress
;
@ApiModelProperty
(
value
=
"区名"
)
private
String
district
;
/**
* 城市
*/
@ApiModelProperty
(
value
=
"城市"
)
private
String
cityId
;
/**
* 城市
*/
@ApiModelProperty
(
value
=
"城市"
)
private
String
city
;
/**
* 联系人详细地址
*/
@ApiModelProperty
(
value
=
"联系人详细地址"
)
private
String
linkAddressDetail
;
/**
* 现居住地详址
*/
@ApiModelProperty
(
value
=
"现居住地详址"
)
private
String
addressDetail
;
/**
*
*/
@ApiModelProperty
(
value
=
""
)
...
...
src/main/resources/mapping/zpgl/ZpglRcxxLxxxbMapper.xml
View file @
a118d068
...
...
@@ -9,9 +9,13 @@
<result
property=
"zpglRcxxId"
column=
"zpgl_rcxx_id"
/>
<result
property=
"linkName"
column=
"link_name"
/>
<result
property=
"linkMobile"
column=
"link_mobile"
/>
<result
property=
"linkAddress"
column=
"link_address"
/>
<result
property=
"provinceId"
column=
"province_id"
/>
<result
property=
"province"
column=
"province"
/>
<result
property=
"districtId"
column=
"district_id"
/>
<result
property=
"district"
column=
"district"
/>
<result
property=
"cityId"
column=
"city_id"
/>
<result
property=
"city"
column=
"city"
/>
<result
property=
"linkAddressDetail"
column=
"link_address_detail"
/>
<result
property=
"addressDetail"
column=
"address_detail"
/>
<result
property=
"isDelete"
column=
"is_delete"
/>
<result
property=
"createTime"
column=
"create_time"
/>
<result
property=
"updateTime"
column=
"update_time"
/>
...
...
src/main/resources/mapping/zpgl/ZpglRcxxMapper.xml
View file @
a118d068
...
...
@@ -15,8 +15,15 @@
<result
property=
"height"
column=
"height"
/>
<result
property=
"weight"
column=
"weight"
/>
<result
property=
"face"
column=
"face"
/>
<result
property=
"nation
"
column=
"nation
"
/>
<result
property=
"nation
ClassId"
column=
"nation_class_id
"
/>
<result
property=
"nativePlace"
column=
"native_place"
/>
<result
property=
"provinceId"
column=
"province_id"
/>
<result
property=
"province"
column=
"province"
/>
<result
property=
"districtId"
column=
"district_id"
/>
<result
property=
"district"
column=
"district"
/>
<result
property=
"cityId"
column=
"city_id"
/>
<result
property=
"city"
column=
"city"
/>
<result
property=
"address"
column=
"address"
/>
<result
property=
"marryStatus"
column=
"marry_status"
/>
<result
property=
"language"
column=
"language"
/>
<result
property=
"drivingLicense"
column=
"driving_license"
/>
...
...
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