Commit 293f4f6f99ed2d608887e7b6d4d284204b0d49ce
1 parent
7fb0c67964
Exists in
master
and in
6 other branches
两癌筛查
Showing 2 changed files with 11 additions and 1 deletions
platform-dal/src/main/java/com/lyms/platform/pojo/ResidentsArchiveModel.java
View file @
293f4f6
platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/ResidentsPageResult.java
View file @
293f4f6
... | ... | @@ -128,6 +128,16 @@ |
128 | 128 | |
129 | 129 | |
130 | 130 | private FilePathModel filePath; |
131 | + //1 婚检 2 孕前优生 3 婚检孕前优生 4 两癌筛查 | |
132 | + private Integer type; | |
133 | + | |
134 | + public Integer getType() { | |
135 | + return type; | |
136 | + } | |
137 | + | |
138 | + public void setType(Integer type) { | |
139 | + this.type = type; | |
140 | + } | |
131 | 141 | |
132 | 142 | public FilePathModel getFilePath() { |
133 | 143 | return filePath; |