| | |
| | | package com.matrix.system.hive.bean; |
| | | |
| | | import com.matrix.core.anotations.Extend; |
| | | import com.matrix.core.tools.DateUtil; |
| | | import org.springframework.format.annotation.DateTimeFormat; |
| | | |
| | |
| | | private Date orderTime; |
| | | |
| | | /** |
| | | * 收款 |
| | | * calculationType: 1, |
| | | */ |
| | | @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm") |
| | | private Date payTime; |
| | |
| | | * 员工编号(美容顾问) 下单人id |
| | | */ |
| | | private Long staffId; |
| | | |
| | | /** |
| | | * 收银员姓名 |
| | | */ |
| | | @Extend |
| | | private String cashierName; |
| | | |
| | | |
| | | /** |
| | | * 收银员 |
| | | */ |
| | | private Long cashierId; |
| | | |
| | | /** |
| | | * 商机id |
| | | */ |
| | |
| | | */ |
| | | private String vipPhone; |
| | | |
| | | |
| | | private String staffName; |
| | | |
| | | private String shopName; |
| | |
| | | */ |
| | | 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; |
| | | } |