Commit 031cee35 by 王宇航

1.7.2

修復錯誤
parent d1ab5f96
......@@ -55,7 +55,7 @@ afterEvaluate {
groupId = "com.gingersoft.connect"
artifactId = "Connect"
version = "1.7.1"
version = "1.7.2"
// 添加 POM 配置
// pom {
// name.set("GingerSoftConnect")
......
......@@ -16,17 +16,17 @@ class SoldOutMsgBean : SendMsgType() {
}
/** 消息類型 */
private val msgType: Int = 0
var msgType: Int = 0
/**
* 食品id
*/
private val foodId: String? = null
var foodId: String? = null
/**
* 食品類型
*/
private val type = 0
var type = 0
/**
* 如果為0,type為1 || 2,則是食品組
......@@ -34,11 +34,11 @@ class SoldOutMsgBean : SendMsgType() {
* 如果為0,type為3,則是細項組
* 如果有值,type為3,則是細項
*/
private val parentId: String? = null
var parentId: String? = null
/**
* 食品數量
* 如果是組,並且為0,就是暫停
*/
private val inventoryQuantity: String? = null
var inventoryQuantity: String? = null
}
\ No newline at end of file
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