Commit b053b34b80a9207f64047df142077873015c0530

Authored by dongqin
1 parent 7f8a546ff9

更新字段

Showing 2 changed files with 17 additions and 0 deletions

platform-dal/src/main/java/com/lyms/platform/pojo/PreEugenicsBaseModel.java View file @ b053b34
... ... @@ -27,6 +27,17 @@
27 27 */
28 28 private String id;
29 29  
  30 +
  31 + /**
  32 + * 版本号
  33 + */
  34 + private Integer version = 1;
  35 +
  36 + /**
  37 + * 是否上传到国家孕前优生系统 1/是 2/否
  38 + */
  39 + private String hasUpload = "2";
  40 +
30 41 /**
31 42 * 医院id
32 43 */
platform-operate-api/pom.xml View file @ b053b34
... ... @@ -139,6 +139,12 @@
139 139 <artifactId>itext-asian</artifactId>
140 140 <version>5.2.0</version>
141 141 </dependency>
  142 + <dependency>
  143 + <groupId>junit</groupId>
  144 + <artifactId>junit</artifactId>
  145 + <version>4.12</version>
  146 + <scope>test</scope>
  147 + </dependency>
142 148 <!--<dependency>-->
143 149 <!--<groupId>com.fasterxml.jackson.core</groupId>-->
144 150 <!--<artifactId>jackson-core</artifactId>-->