Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
long-tern-care-service
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
hubin
long-tern-care-service
Commits
4ce711fb
Commit
4ce711fb
authored
Apr 09, 2021
by
蔡镇泽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
失能人员信息列表省市区、机构
parent
e1e274bb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
ChDisableApplyMapper.xml
...ervice/src/main/resources/mapper/ChDisableApplyMapper.xml
+1
-0
DisableVO.java
...main/java/com/hungraim/ism/pojo/vo/disable/DisableVO.java
+11
-0
No files found.
apply/apply-service/src/main/resources/mapper/ChDisableApplyMapper.xml
View file @
4ce711fb
...
...
@@ -10,6 +10,7 @@
a.DISTRICT_CITY city,
a.DISTRICT_AREA area,
a.REAL_NAME name,
a.birthday birthday,
a.CERTI_CODE certiCode,
a.TREATMENT_TYPE treatmentTyte,
a.OPER_NAME operName,
...
...
common/common-core/src/main/java/com/hungraim/ism/pojo/vo/disable/DisableVO.java
View file @
4ce711fb
package
com
.
hungraim
.
ism
.
pojo
.
vo
.
disable
;
import
javax.xml.crypto.Data
;
/**
* 失能人员信息列表VO
*/
...
...
@@ -23,6 +25,7 @@ public class DisableVO {
//联系人姓名
private
String
operName
;
//年龄
private
Data
birthday
;
//性别
private
String
gender
;
//失能人员身份证号码
...
...
@@ -183,4 +186,12 @@ public class DisableVO {
public
void
setDataFrom
(
String
dataFrom
)
{
this
.
dataFrom
=
dataFrom
;
}
public
Data
getBirthday
()
{
return
birthday
;
}
public
void
setBirthday
(
Data
birthday
)
{
this
.
birthday
=
birthday
;
}
}
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