|  |  |  | 
|---|
|  |  |  | * 床位 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | private Long bedId; | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 床位 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  |  | 
|---|
|  |  |  | private Long companyId; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 主美疗师 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | private Long beauticianId; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 员工编号(美容顾问) 下单人id | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | private Long staffId; | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 收银员姓名 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | @Extend | 
|---|
|  |  |  | private String cashierName; | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 收银员 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | private Long cashierId; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 仪器 | 
|---|
|  |  |  | 
|---|
|  |  |  | @Extend | 
|---|
|  |  |  | private String pageFlae; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public Long getStaffId() { | 
|---|
|  |  |  | return staffId; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public void setStaffId(Long staffId) { | 
|---|
|  |  |  | this.staffId = staffId; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 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 getOvertimeNotice() { | 
|---|
|  |  |  | return overtimeNotice; | 
|---|