Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
GingerSoftLANInterconnection
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王宇航
GingerSoftLANInterconnection
Commits
031cee35
Commit
031cee35
authored
Aug 14, 2024
by
王宇航
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.7.2
修復錯誤
parent
d1ab5f96
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
mylibrary/build.gradle.kts
+1
-1
mylibrary/src/main/java/com/gingersoft/connect/bean/SoldOutMsgBean.kt
+6
-5
No files found.
mylibrary/build.gradle.kts
View file @
031cee35
...
@@ -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.
1
"
version = "1.7.
2
"
// 添加 POM 配置
// 添加 POM 配置
// pom {
// pom {
// name.set("GingerSoftConnect")
// name.set("GingerSoftConnect")
...
...
mylibrary/src/main/java/com/gingersoft/connect/bean/SoldOutMsgBean.kt
View file @
031cee35
...
@@ -16,17 +16,17 @@ class SoldOutMsgBean : SendMsgType() {
...
@@ -16,17 +16,17 @@ class SoldOutMsgBean : SendMsgType() {
}
}
/** 消息類型 */
/** 消息類型 */
private
val
msgType
:
Int
=
0
var
msgType
:
Int
=
0
/**
/**
* 食品id
* 食品id
*/
*/
private
val
foodId
:
String
?
=
null
var
foodId
:
String
?
=
null
/**
/**
* 食品類型
* 食品類型
*/
*/
private
val
type
=
0
var
type
=
0
/**
/**
* 如果為0,type為1 || 2,則是食品組
* 如果為0,type為1 || 2,則是食品組
...
@@ -34,11 +34,11 @@ class SoldOutMsgBean : SendMsgType() {
...
@@ -34,11 +34,11 @@ class SoldOutMsgBean : SendMsgType() {
* 如果為0,type為3,則是細項組
* 如果為0,type為3,則是細項組
* 如果有值,type為3,則是細項
* 如果有值,type為3,則是細項
*/
*/
private
val
parentId
:
String
?
=
null
var
parentId
:
String
?
=
null
/**
/**
* 食品數量
* 食品數量
* 如果是組,並且為0,就是暫停
* 如果是組,並且為0,就是暫停
*/
*/
private
val
inventoryQuantity
:
String
?
=
null
var
inventoryQuantity
:
String
?
=
null
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment