Commit 293f4f6f99ed2d608887e7b6d4d284204b0d49ce

Authored by liquanyu
1 parent 7fb0c67964

两癌筛查

Showing 2 changed files with 11 additions and 1 deletions

platform-dal/src/main/java/com/lyms/platform/pojo/ResidentsArchiveModel.java View file @ 293f4f6
... ... @@ -208,7 +208,7 @@
208 208 private String blNum;
209 209  
210 210  
211   - //1 婚检 2 孕前优生 3 婚检孕前优生
  211 + //1 婚检 2 孕前优生 3 婚检孕前优生 4 两癌筛查
212 212 private Integer type;
213 213  
214 214 public Integer getType() {
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;