Commit d4a006a1 by 王宇航

1.8.4

FoodInfoBean新增cancelReason
parent 49ea8db4
......@@ -55,7 +55,7 @@ afterEvaluate {
groupId = "com.gingersoft.connect"
artifactId = "Connect"
version = "1.8.3"
version = "1.8.4"
// 添加 POM 配置
// pom {
// name.set("GingerSoftConnect")
......
......@@ -51,6 +51,10 @@ public class FoodInfoBean {
* 打印位置,匯總模式用到
*/
private String printSet;
/**
* 取消食品備注
*/
private String cancelReason;
public String getFoodId() {
return this.foodId;
......@@ -147,4 +151,12 @@ public class FoodInfoBean {
public void setPrintSet(String printSet) {
this.printSet = printSet;
}
public String getCancelReason() {
return cancelReason;
}
public void setCancelReason(String cancelReason) {
this.cancelReason = cancelReason;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment