Commit b6974cef2143fbba33d7b94e8e5d70715309e2c0
1 parent
4359d8a570
Exists in
master
and in
1 other branch
去掉不使用的引入
Showing 1 changed file with 6 additions and 8 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/BabyVisitResult.java
View file @
b6974ce
1 | 1 | package com.lyms.platform.operate.web.result; |
2 | 2 | |
3 | -import java.util.List; | |
4 | -import java.util.Map; | |
5 | - | |
3 | +import com.lyms.platform.common.base.IBasicResultConvert; | |
4 | +import com.lyms.platform.common.utils.DateUtil; | |
6 | 5 | import com.lyms.platform.common.utils.JsonUtil; |
7 | 6 | import com.lyms.platform.pojo.BabyModel; |
7 | +import com.lyms.platform.pojo.BabyVisitModel; | |
8 | 8 | import com.lyms.platform.pojo.Patients; |
9 | +import com.lyms.platform.pojo.PuerperaModel; | |
9 | 10 | import org.springframework.data.annotation.Id; |
10 | 11 | |
11 | -import com.lyms.platform.common.base.IBasicResultConvert; | |
12 | -import com.lyms.platform.common.utils.DateUtil; | |
13 | -import com.lyms.platform.pojo.BabyVisitModel; | |
14 | -import com.lyms.platform.pojo.PuerperaModel; | |
15 | -import sun.misc.resources.Messages_pt_BR; | |
12 | +import java.util.List; | |
13 | +import java.util.Map; | |
16 | 14 | |
17 | 15 | /** |
18 | 16 | * 小孩访视记录的返回对象 |