Helius
2021-01-11 4ece659308844cbe73053d3dd2a6f777f218eb13
zq-erp/src/main/java/com/matrix/system/hive/bean/SysOrder.java
@@ -37,7 +37,6 @@
   /**
    * 收款
    */
   @JsonFormat(pattern = "yyyy-MM-dd HH:mm", timezone = "GTM-8")
   @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm")
   private Date payTime;
@@ -116,6 +115,8 @@
    * 订单明细
    */
   private List<SysOrderItem> items;
   private List<SysOrderFlow> flows;
   /**
    * 会员姓名
    */
@@ -133,6 +134,8 @@
   private   String staffName;
   
   private String shopName;
   private String shopShortName;
   
   private Long searchShop;
   /**
@@ -162,6 +165,32 @@
    */
   private Integer times;
   private String type;
   public List<SysOrderFlow> getFlows() {
      return flows;
   }
   public void setFlows(List<SysOrderFlow> flows) {
      this.flows = flows;
   }
   public String getShopShortName() {
      return shopShortName;
   }
   public void setShopShortName(String shopShortName) {
      this.shopShortName = shopShortName;
   }
   public String getType() {
      return type;
   }
   public void setType(String type) {
      this.type = type;
   }
   public Integer getTimes() {
      return times;
   }