Commit 9af35dbf74abf1110bcf8dc7d9347cb7de5d1f47
1 parent
64cc8ebf08
Exists in
master
and in
3 other branches
1
Showing 2 changed files with 4 additions and 4 deletions
platform-dal/src/main/java/com/lyms/platform/pojo/MaternalDeliverModel.java
View file @
9af35db
platform-operate-api/src/main/java/com/lyms/platform/operate/web/request/MatDeliverAddRequest.java
View file @
9af35db
... | ... | @@ -416,7 +416,7 @@ |
416 | 416 | } |
417 | 417 | } |
418 | 418 | |
419 | - public class Baby implements IBasicRequestConvert<BabyModel>{ | |
419 | + public static class Baby implements IBasicRequestConvert<BabyModel>{ | |
420 | 420 | |
421 | 421 | private String id; |
422 | 422 | //新生儿性别; |
423 | 423 | |
... | ... | @@ -561,12 +561,12 @@ |
561 | 561 | this.pregnancyOut = pregnancyOut; |
562 | 562 | } |
563 | 563 | } |
564 | - public static void main(String[] args){ | |
564 | +/* public static void main(String[] args){ | |
565 | 565 | MatDeliverAddRequest matDeliverAddRequest = new MatDeliverAddRequest(); |
566 | 566 | List<Baby> babies = new ArrayList<>(); |
567 | 567 | babies.add(matDeliverAddRequest .new Baby()); |
568 | 568 | matDeliverAddRequest.setBabies(babies); |
569 | 569 | System.out.print(JsonUtil.obj2JsonString(matDeliverAddRequest)); |
570 | - } | |
570 | + }*/ | |
571 | 571 | } |