935090232@qq.com
2022-02-22 85dce973eb29eb2372c76d5b95b30354da9c41c8
zq-erp/src/main/java/com/matrix/system/hive/bean/SysOrder.java
@@ -58,6 +58,11 @@
   private Long staffId;
   
   /**
    * 收银员
    */
   private Long cashierId;
   /**
    * 商机id
    */
   private Long changeId;
@@ -142,6 +147,10 @@
   /* 会员手机号
    */
   private String vipPhone;
   /**
    * 收银员姓名
    */
   private String cashierName;
   private   String staffName;
   
@@ -200,6 +209,22 @@
    */
   private Integer isHasRefund;
   public String getCashierName() {
      return cashierName;
   }
   public void setCashierName(String cashierName) {
      this.cashierName = cashierName;
   }
   public Long getCashierId() {
      return cashierId;
   }
   public void setCashierId(Long cashierId) {
      this.cashierId = cashierId;
   }
   public Integer getIsHasRefund() {
      return isHasRefund;
   }