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
4d211389
Commit
4d211389
authored
Apr 23, 2026
by
王宇航
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.8.5
OrderInfoBean新增rePrint,lastTimePrintType
parent
18c32e85
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
26 deletions
+19
-26
mylibrary/build.gradle.kts
+1
-26
mylibrary/src/main/java/com/gingersoft/connect/bean/OrderInfoBean.java
+18
-0
No files found.
mylibrary/build.gradle.kts
View file @
4d211389
...
...
@@ -55,32 +55,7 @@ afterEvaluate {
groupId = "com.gingersoft.connect"
artifactId = "Connect"
version = "1.8.4"
// 添加 POM 配置
// pom {
// name.set("GingerSoftConnect")
// description.set("用於局域網多設備發現、連接、通信的庫")
// url.set("https://your.library.url")
//
// licenses {
// license {
// name.set("The Apache License, Version 2.0")
// url.set("http://www.apache.org/licenses/LICENSE-2.0.txt")
// }
// }
// developers {
// developer {
// id.set("developerId")
// name.set("Developer Name")
// email.set("1239658231@qq.com")
// }
// }
// scm {
// connection.set("scm:git:git://your.repository.url.git")
// developerConnection.set("scm:git:ssh://your.repository.url.git")
// url.set("https://your.repository.url")
// }
// }
version = "1.8.5"
}
}
...
...
mylibrary/src/main/java/com/gingersoft/connect/bean/OrderInfoBean.java
View file @
4d211389
...
...
@@ -77,6 +77,8 @@ public class OrderInfoBean extends SendMsgType {
* 飛單描述,例如本機為k2,POS機從k1打印失敗,轉到K2打印,可以在此字段中寫K1->K2
*/
private
String
flyPrintInfo
;
private
boolean
rePrint
;
private
int
lastTimePrintType
;
/**
* kds在Pos設備中的名稱
*/
...
...
@@ -230,6 +232,22 @@ public class OrderInfoBean extends SendMsgType {
this
.
flyPrintInfo
=
flyPrintInfo
;
}
public
boolean
isRePrint
()
{
return
rePrint
;
}
public
void
setRePrint
(
boolean
rePrint
)
{
this
.
rePrint
=
rePrint
;
}
public
int
getLastTimePrintType
()
{
return
lastTimePrintType
;
}
public
void
setLastTimePrintType
(
int
lastTimePrintType
)
{
this
.
lastTimePrintType
=
lastTimePrintType
;
}
public
String
getKdsName
()
{
return
kdsName
;
}
...
...
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