Commit 51a28c3a180a6d80cb56e4b20b2969f2c14cd614
1 parent
0e29d60623
Exists in
master
and in
6 other branches
1
Showing 2 changed files with 4 additions and 1 deletions
platform-dal/src/main/java/com/lyms/platform/beans/SerialIdEnum.java
View file @
51a28c3
... | ... | @@ -12,6 +12,7 @@ |
12 | 12 | AwModel("AwModel", 97531000060L), |
13 | 13 | BabyCheckModel("BabyCheckModel", 97531000070L), |
14 | 14 | BabyModel("BabyModel", 97531000080L), |
15 | + Baby("Baby", 97531000081L), | |
15 | 16 | BabyVisitModel("BabyVisitModel", 97531000090L), |
16 | 17 | BasicConfig("BasicConfig", 97531000100L), |
17 | 18 | BCInventoryModel("BCInventoryModel", 97531000110L), |
platform-dal/src/main/java/com/lyms/platform/pojo/MaternalDeliverModel.java
View file @
51a28c3
... | ... | @@ -169,7 +169,9 @@ |
169 | 169 | this.deathCauseText = deathCauseText; |
170 | 170 | } |
171 | 171 | |
172 | - public static class Baby { | |
172 | + public static class Baby implements Serializable{ | |
173 | + | |
174 | + private static final long serialVersionUID = SerialIdEnum.Baby.getCid(); | |
173 | 175 | |
174 | 176 | private String id; |
175 | 177 | //新生儿性别; |