Commit 2c48ada4 by 王宇航

1.7.8

字段isStop,isSoldOut改為int
parent d60735e7
...@@ -55,7 +55,7 @@ afterEvaluate { ...@@ -55,7 +55,7 @@ afterEvaluate {
groupId = "com.gingersoft.connect" groupId = "com.gingersoft.connect"
artifactId = "Connect" artifactId = "Connect"
version = "1.7.7" version = "1.7.8"
// 添加 POM 配置 // 添加 POM 配置
// pom { // pom {
// name.set("GingerSoftConnect") // name.set("GingerSoftConnect")
......
...@@ -20,11 +20,11 @@ public class SoldOutFoodInfoBean extends SendMsgType { ...@@ -20,11 +20,11 @@ public class SoldOutFoodInfoBean extends SendMsgType {
/** /**
* 是否暫停 * 是否暫停
**/ **/
private Boolean isStop; private int isStop;
/** /**
* 是否售罄 * 是否售罄
*/ */
private Boolean isSoldOut; private int isSoldOut;
/** /**
* 食品金額 * 食品金額
*/ */
......
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