Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
warehouse
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
胡懿
warehouse
Commits
5f4136e5
Commit
5f4136e5
authored
Feb 23, 2023
by
胡懿
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
入库明细统计增加二维码状态
parent
eb1fb03f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
CountStorageInfo.java
...eplus/modules/warehouse/storage/dto/CountStorageInfo.java
+9
-0
No files found.
src/main/java/com/jeeplus/modules/warehouse/storage/dto/CountStorageInfo.java
View file @
5f4136e5
...
@@ -24,6 +24,7 @@ public class CountStorageInfo extends DataEntity<StorageInfo> {
...
@@ -24,6 +24,7 @@ public class CountStorageInfo extends DataEntity<StorageInfo> {
private
Warehouse
warehouse
;
// 仓库外键
private
Warehouse
warehouse
;
// 仓库外键
private
BigDecimal
sum
;
// 单价
private
BigDecimal
sum
;
// 单价
private
int
num
;
// 数量
private
int
num
;
// 数量
private
String
state
;
// 入库状态
private
String
shelvesNames
;
// 多个货架信息,前端展示使用
private
String
shelvesNames
;
// 多个货架信息,前端展示使用
private
String
warehouseNames
;
// 多个仓库信息,前端展示使用
private
String
warehouseNames
;
// 多个仓库信息,前端展示使用
...
@@ -123,4 +124,12 @@ public class CountStorageInfo extends DataEntity<StorageInfo> {
...
@@ -123,4 +124,12 @@ public class CountStorageInfo extends DataEntity<StorageInfo> {
public
void
setWarehouseNames
(
String
warehouseNames
)
{
public
void
setWarehouseNames
(
String
warehouseNames
)
{
this
.
warehouseNames
=
warehouseNames
;
this
.
warehouseNames
=
warehouseNames
;
}
}
public
String
getState
()
{
return
state
;
}
public
void
setState
(
String
state
)
{
this
.
state
=
state
;
}
}
}
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