Helius
2021-01-12 2bc39e9183e62818dcfbb3cdfc6cdca5dfa43923
zq-erp/src/main/java/com/matrix/system/hive/bean/SysOrder.java
@@ -161,6 +161,16 @@
    */
   private Integer times;
   private String type;
   public String getType() {
      return type;
   }
   public void setType(String type) {
      this.type = type;
   }
   public Integer getTimes() {
      return times;
   }