修改交班数据
This commit is contained in:
@@ -36,8 +36,10 @@ public class HandoverInfo implements Serializable {
|
||||
|
||||
private String orderNum;
|
||||
|
||||
private String quickAmount;
|
||||
|
||||
public HandoverInfo(String merchantName, String startTime, String endTime, String staff, List<PayInfo> payInfos, List<HandoverInfo.MemberData> memberData, String totalAmount, String imprest, String payable, String handIn, String returnAmount,String orderNum
|
||||
,List<ProductCategory> productCategories
|
||||
,List<ProductCategory> productCategories,String quickAmount
|
||||
|
||||
) {
|
||||
this.merchantName = merchantName;
|
||||
@@ -53,6 +55,7 @@ public class HandoverInfo implements Serializable {
|
||||
this.returnAmount=returnAmount;
|
||||
this.orderNum = orderNum;
|
||||
this.productCategories=productCategories;
|
||||
this.quickAmount=quickAmount;
|
||||
}
|
||||
|
||||
@Data
|
||||
|
||||
Reference in New Issue
Block a user