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
bc146b20
Commit
bc146b20
authored
Aug 13, 2024
by
王宇航
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.7.0
新增沽清食品的背景顏色和文字顏色
parent
381ca591
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
4 deletions
+24
-4
mylibrary/build.gradle.kts
+1
-1
mylibrary/src/main/java/com/gingersoft/connect/bean/SoldOutFoodInfoBean.java
+23
-3
No files found.
mylibrary/build.gradle.kts
View file @
bc146b20
...
...
@@ -55,7 +55,7 @@ afterEvaluate {
groupId = "com.gingersoft.connect"
artifactId = "Connect"
version = "1.
6.9
"
version = "1.
7.0
"
// 添加 POM 配置
// pom {
// name.set("GingerSoftConnect")
...
...
mylibrary/src/main/java/com/gingersoft/connect/bean/SoldOutFoodInfoBean.java
View file @
bc146b20
...
...
@@ -35,6 +35,10 @@ public class SoldOutFoodInfoBean extends SendMsgType {
*/
private
String
parentId
;
private
String
bgColor
;
private
String
fontColor
;
public
String
getFoodId
()
{
return
foodId
;
}
...
...
@@ -51,12 +55,12 @@ public class SoldOutFoodInfoBean extends SendMsgType {
this
.
foodName
=
foodName
;
}
public
String
getQuantity
()
{
public
String
get
Inventory
Quantity
()
{
return
inventoryQuantity
;
}
public
void
set
Quantity
(
String
q
uantity
)
{
this
.
inventoryQuantity
=
q
uantity
;
public
void
set
InventoryQuantity
(
String
inventoryQ
uantity
)
{
this
.
inventoryQuantity
=
inventoryQ
uantity
;
}
public
double
getPrice
()
{
...
...
@@ -82,4 +86,20 @@ public class SoldOutFoodInfoBean extends SendMsgType {
public
void
setParentId
(
String
parentId
)
{
this
.
parentId
=
parentId
;
}
public
String
getBgColor
()
{
return
bgColor
;
}
public
void
setBgColor
(
String
bgColor
)
{
this
.
bgColor
=
bgColor
;
}
public
String
getFontColor
()
{
return
fontColor
;
}
public
void
setFontColor
(
String
fontColor
)
{
this
.
fontColor
=
fontColor
;
}
}
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