public class MzConfigKey extends Object implements Serializable
| 构造器和说明 |
|---|
MzConfigKey() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBill_percent_flag() |
Integer |
getMax_receipt_sn() |
String |
getMethod1() |
String |
getMethod2() |
String |
getTotal_percent_flag() |
Short |
getVisit_cashier_day() |
void |
setBill_percent_flag(String bill_percent_flag) |
void |
setMax_receipt_sn(Integer max_receipt_sn) |
void |
setMethod1(String method1) |
void |
setMethod2(String method2) |
void |
setTotal_percent_flag(String total_percent_flag) |
void |
setVisit_cashier_day(Short visit_cashier_day) |
public Short getVisit_cashier_day()
public void setVisit_cashier_day(Short visit_cashier_day)
public String getBill_percent_flag()
public void setBill_percent_flag(String bill_percent_flag)
public String getTotal_percent_flag()
public void setTotal_percent_flag(String total_percent_flag)
public String getMethod1()
public void setMethod1(String method1)
public String getMethod2()
public void setMethod2(String method2)
public Integer getMax_receipt_sn()
public void setMax_receipt_sn(Integer max_receipt_sn)
Copyright © 2022. All rights reserved.