Commit cc32d04fbed8323f913c54af7054fdf87dada36e

Authored by hujiaqi
1 parent c8e723758e

添加排序

Showing 1 changed file with 10 additions and 0 deletions

platform-dal/src/main/java/com/lyms/platform/query/BabyModelQuery.java View file @ cc32d04
... ... @@ -47,6 +47,16 @@
47 47  
48 48 private String pregnancyOut;
49 49  
  50 + private String order;
  51 +
  52 + public String getOrder() {
  53 + return order;
  54 + }
  55 +
  56 + public void setOrder(String order) {
  57 + this.order = order;
  58 + }
  59 +
50 60 public Date getBuildDateStart() {
51 61 return buildDateStart;
52 62 }