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
46aa9907
Commit
46aa9907
authored
Jun 25, 2024
by
王宇航
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.5.7
1、是否顯示價格字段改名
parent
5c2f9362
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
mylibrary/build.gradle.kts
+1
-1
mylibrary/src/main/java/com/gingersoft/connect/bean/FoodInfoBean.java
+5
-5
No files found.
mylibrary/build.gradle.kts
View file @
46aa9907
...
@@ -55,7 +55,7 @@ afterEvaluate {
...
@@ -55,7 +55,7 @@ afterEvaluate {
groupId = "com.gingersoft.connect"
groupId = "com.gingersoft.connect"
artifactId = "Connect"
artifactId = "Connect"
version = "1.5.
6
"
version = "1.5.
7
"
// 添加 POM 配置
// 添加 POM 配置
// pom {
// pom {
// name.set("GingerSoftConnect")
// name.set("GingerSoftConnect")
...
...
mylibrary/src/main/java/com/gingersoft/connect/bean/FoodInfoBean.java
View file @
46aa9907
...
@@ -29,7 +29,7 @@ public class FoodInfoBean {
...
@@ -29,7 +29,7 @@ public class FoodInfoBean {
* 是否需要打印價格
* 是否需要打印價格
* 0: 不打印 1:打印
* 0: 不打印 1:打印
*/
*/
private
int
ktS
howPrice
;
private
int
s
howPrice
;
/**
/**
* 食品類型
* 食品類型
*/
*/
...
@@ -92,12 +92,12 @@ public class FoodInfoBean {
...
@@ -92,12 +92,12 @@ public class FoodInfoBean {
this
.
price
=
price
;
this
.
price
=
price
;
}
}
public
int
get
Kt
ShowPrice
()
{
public
int
getShowPrice
()
{
return
ktS
howPrice
;
return
s
howPrice
;
}
}
public
void
set
KtShowPrice
(
int
ktS
howPrice
)
{
public
void
set
ShowPrice
(
int
s
howPrice
)
{
this
.
ktShowPrice
=
ktS
howPrice
;
this
.
showPrice
=
s
howPrice
;
}
}
public
int
getType
()
{
public
int
getType
()
{
...
...
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