| | |
| | | private Long staffId; |
| | | |
| | | /** |
| | | * 收银员 |
| | | */ |
| | | private Long cashierId; |
| | | |
| | | /** |
| | | * 商机id |
| | | */ |
| | | private Long changeId; |
| | |
| | | /* 会员手机号 |
| | | */ |
| | | private String vipPhone; |
| | | /** |
| | | * 收银员姓名 |
| | | */ |
| | | private String cashierName; |
| | | |
| | | private String staffName; |
| | | |
| | |
| | | */ |
| | | 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; |
| | | } |