Commit 5f7d5a6531baf45a49debec7199f75b157f8864c

Authored by gengxiaokai
1 parent 5a24b1d0f9

更新

Showing 1 changed file with 2 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/hospitalapi/pojo/CheckByDate.java View file @ 5f7d5a6
... ... @@ -9,7 +9,8 @@
9 9 */
10 10  
11 11 public class CheckByDate {
12   -
  12 +
  13 +
13 14 private String time;
14 15 private List<CheckType> types;
15 16