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
49ea8db4
Commit
49ea8db4
authored
Dec 10, 2024
by
王宇航
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.8.3
FoodInfoBean新增printSet
parent
c10b901f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletions
+13
-1
mylibrary/build.gradle.kts
+1
-1
mylibrary/src/main/java/com/gingersoft/connect/bean/FoodInfoBean.java
+12
-0
No files found.
mylibrary/build.gradle.kts
View file @
49ea8db4
...
...
@@ -55,7 +55,7 @@ afterEvaluate {
groupId = "com.gingersoft.connect"
artifactId = "Connect"
version = "1.8.
2
"
version = "1.8.
3
"
// 添加 POM 配置
// pom {
// name.set("GingerSoftConnect")
...
...
mylibrary/src/main/java/com/gingersoft/connect/bean/FoodInfoBean.java
View file @
49ea8db4
...
...
@@ -47,6 +47,10 @@ public class FoodInfoBean {
* true 首頁也會顯示紅色 false 首頁顯示設置頁面的顏色
*/
private
boolean
isPrintRedLetter
;
/**
* 打印位置,匯總模式用到
*/
private
String
printSet
;
public
String
getFoodId
()
{
return
this
.
foodId
;
...
...
@@ -135,4 +139,12 @@ public class FoodInfoBean {
public
void
setOrderDetailsId
(
Long
orderDetailsId
)
{
this
.
orderDetailsId
=
orderDetailsId
;
}
public
String
getPrintSet
()
{
return
printSet
;
}
public
void
setPrintSet
(
String
printSet
)
{
this
.
printSet
=
printSet
;
}
}
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