Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
M
mini-wms
概览
Overview
Details
Activity
Cycle Analytics
版本库
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
问题
0
Issues
0
列表
Board
标记
里程碑
合并请求
0
Merge Requests
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
Snippets
成员
Members
Collapse sidebar
Close sidebar
活动
图像
聊天
创建新问题
作业
提交
Issue Boards
Open sidebar
周海峰
mini-wms
Commits
50b3e8ce
Commit
50b3e8ce
authored
Dec 24, 2025
by
wangchunyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
导出颜色调整
parent
9aba2eb9
显示空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
25 行增加
和
24 行删除
+25
-24
ruoyi-inventory/src/main/java/com/ruoyi/inventory/domain/vo/OutboundTemplateVO.java
+25
-24
没有找到文件。
ruoyi-inventory/src/main/java/com/ruoyi/inventory/domain/vo/OutboundTemplateVO.java
View file @
50b3e8ce
...
@@ -25,52 +25,52 @@ public class OutboundTemplateVO extends BaseEntity {
...
@@ -25,52 +25,52 @@ public class OutboundTemplateVO extends BaseEntity {
/** 日期(入库日期) */
/** 日期(入库日期) */
@JsonFormat
(
pattern
=
"yyyy-MM-dd"
)
@JsonFormat
(
pattern
=
"yyyy-MM-dd"
)
@Excel
(
name
=
"日期"
,
width
=
30
,
dateFormat
=
"yyyy-MM-dd"
)
@Excel
(
name
=
"日期"
,
width
=
30
,
dateFormat
=
"yyyy-MM-dd"
,
headerColor
=
IndexedColors
.
BLACK
,
headerBackgroundColor
=
IndexedColors
.
WHITE
)
private
Date
inboundDate
;
private
Date
inboundDate
;
/** 订单类型 */
/** 订单类型 */
@Excel
(
name
=
"订单类型"
,
headerColor
=
IndexedColors
.
BLACK
,
headerBackgroundColor
=
IndexedColors
.
WHITE
)
@Excel
(
name
=
"订单类型"
,
headerColor
=
IndexedColors
.
BLACK
,
headerBackgroundColor
=
IndexedColors
.
YELLOW
)
private
String
orderTypeId
;
private
String
orderTypeId
;
/** SAP号 */
/** SAP号 */
@Excel
(
name
=
"SAP No"
,
headerColor
=
IndexedColors
.
BLACK
,
headerBackgroundColor
=
IndexedColors
.
WHITE
)
@Excel
(
name
=
"SAP No"
,
headerColor
=
IndexedColors
.
BLACK
,
headerBackgroundColor
=
IndexedColors
.
YELLOW
)
private
String
sapNo
;
private
String
sapNo
;
/** 物料ID */
/** 物料ID */
private
String
materialId
;
private
String
materialId
;
/** 货物名称 */
/** 货物名称 */
@Excel
(
name
=
"物料名称"
)
@Excel
(
name
=
"物料名称"
,
headerColor
=
IndexedColors
.
BLACK
,
headerBackgroundColor
=
IndexedColors
.
WHITE
)
private
String
materialName
;
private
String
materialName
;
/** TS Code */
/** TS Code */
@Excel
(
name
=
"TS Code"
)
@Excel
(
name
=
"TS Code"
,
headerColor
=
IndexedColors
.
BLACK
,
headerBackgroundColor
=
IndexedColors
.
WHITE
)
private
String
tsCode
;
private
String
tsCode
;
/** 批号 */
/** 批号 */
@Excel
(
name
=
" 批号"
)
@Excel
(
name
=
" 批号"
,
headerColor
=
IndexedColors
.
BLACK
,
headerBackgroundColor
=
IndexedColors
.
WHITE
)
private
String
batchCode
;
private
String
batchCode
;
/** 计划数量 */
/** 计划数量 */
@Excel
(
name
=
"计划数量"
)
@Excel
(
name
=
"计划数量"
,
headerColor
=
IndexedColors
.
BLACK
,
headerBackgroundColor
=
IndexedColors
.
WHITE
)
private
Long
plannedQuantity
;
private
Long
plannedQuantity
;
@Excel
(
name
=
"约数"
)
@Excel
(
name
=
"约数"
,
headerColor
=
IndexedColors
.
BLACK
,
headerBackgroundColor
=
IndexedColors
.
WHITE
)
private
Double
divisor
;
private
Double
divisor
;
/** 件重 */
/** 件重 */
@Excel
(
name
=
"件重"
)
@Excel
(
name
=
"件重"
,
headerColor
=
IndexedColors
.
BLACK
,
headerBackgroundColor
=
IndexedColors
.
WHITE
)
private
Double
pieceWeight
;
private
Double
pieceWeight
;
/** 件数(实际件数) */
/** 件数(实际件数) */
@Excel
(
name
=
"件数"
)
@Excel
(
name
=
"件数"
,
headerColor
=
IndexedColors
.
BLACK
,
headerBackgroundColor
=
IndexedColors
.
WHITE
)
private
Long
actualPackages
;
private
Long
actualPackages
;
/** 实发数量(实际数量) */
/** 实发数量(实际数量) */
@Excel
(
name
=
"实发数量"
,
headerColor
=
IndexedColors
.
BLACK
,
headerBackgroundColor
=
IndexedColors
.
WHITE
)
@Excel
(
name
=
"实发数量"
,
headerColor
=
IndexedColors
.
BLACK
,
headerBackgroundColor
=
IndexedColors
.
YELLOW
)
private
Long
actualQuantity
;
private
Long
actualQuantity
;
/** 库位名称 */
/** 库位名称 */
@Excel
(
name
=
"库位"
)
@Excel
(
name
=
"库位"
,
headerColor
=
IndexedColors
.
BLACK
,
headerBackgroundColor
=
IndexedColors
.
WHITE
)
private
String
locationName
;
private
String
locationName
;
/** 库位ID */
/** 库位ID */
...
@@ -80,35 +80,35 @@ public class OutboundTemplateVO extends BaseEntity {
...
@@ -80,35 +80,35 @@ public class OutboundTemplateVO extends BaseEntity {
private
String
warehouseId
;
private
String
warehouseId
;
/** 仓库名称 */
/** 仓库名称 */
@Excel
(
name
=
"仓库"
)
@Excel
(
name
=
"仓库"
,
headerColor
=
IndexedColors
.
BLACK
,
headerBackgroundColor
=
IndexedColors
.
WHITE
)
private
String
warehouseName
;
private
String
warehouseName
;
/** 备注 */
/** 备注 */
@Excel
(
name
=
"备注"
)
@Excel
(
name
=
"备注"
,
headerColor
=
IndexedColors
.
BLACK
,
headerBackgroundColor
=
IndexedColors
.
WHITE
)
private
String
remark
;
private
String
remark
;
/** 标签颜色 */
/** 标签颜色 */
@Excel
(
name
=
"标签颜色"
,
dictType
=
"label_color"
)
@Excel
(
name
=
"标签颜色"
,
dictType
=
"label_color"
,
headerColor
=
IndexedColors
.
BLACK
,
headerBackgroundColor
=
IndexedColors
.
WHITE
)
private
Long
labelColor
;
private
Long
labelColor
;
/** 凭证号 */
/** 凭证号 */
@Excel
(
name
=
"凭证号"
)
@Excel
(
name
=
"凭证号"
,
headerColor
=
IndexedColors
.
BLACK
,
headerBackgroundColor
=
IndexedColors
.
WHITE
)
private
String
voucherNumber
;
private
String
voucherNumber
;
/** 保温状态/类型 */
/** 保温状态/类型 */
@Excel
(
name
=
"保温"
)
@Excel
(
name
=
"保温"
,
headerColor
=
IndexedColors
.
BLACK
,
headerBackgroundColor
=
IndexedColors
.
WHITE
)
private
String
insulation
;
private
String
insulation
;
/** 危检类别(危险类别) */
/** 危检类别(危险类别) */
@Excel
(
name
=
"危险类别"
)
@Excel
(
name
=
"危险类别"
,
headerColor
=
IndexedColors
.
BLACK
,
headerBackgroundColor
=
IndexedColors
.
WHITE
)
private
String
dangerCheckType
;
private
String
dangerCheckType
;
/** 单号 */
/** 单号 */
@Excel
(
name
=
"单号"
,
headerColor
=
IndexedColors
.
BLACK
,
headerBackgroundColor
=
IndexedColors
.
WHITE
)
@Excel
(
name
=
"单号"
,
headerColor
=
IndexedColors
.
BLACK
,
headerBackgroundColor
=
IndexedColors
.
YELLOW
)
private
String
orderId
;
private
String
orderId
;
/** 系统编号(系统单号) */
/** 系统编号(系统单号) */
@Excel
(
name
=
"系统单号"
)
@Excel
(
name
=
"系统单号"
,
headerColor
=
IndexedColors
.
BLACK
,
headerBackgroundColor
=
IndexedColors
.
WHITE
)
private
String
systemNo
;
private
String
systemNo
;
...
@@ -116,19 +116,19 @@ public class OutboundTemplateVO extends BaseEntity {
...
@@ -116,19 +116,19 @@ public class OutboundTemplateVO extends BaseEntity {
private
String
ownerId
;
private
String
ownerId
;
/** 货主名称 */
/** 货主名称 */
@Excel
(
name
=
"货主"
)
@Excel
(
name
=
"货主"
,
headerColor
=
IndexedColors
.
BLACK
,
headerBackgroundColor
=
IndexedColors
.
WHITE
)
private
String
ownerName
;
private
String
ownerName
;
/** 目的地 */
/** 目的地 */
@Excel
(
name
=
"目的地"
)
@Excel
(
name
=
"目的地"
,
headerColor
=
IndexedColors
.
BLACK
,
headerBackgroundColor
=
IndexedColors
.
WHITE
)
private
String
destination
;
private
String
destination
;
/** 预留 */
/** 预留 */
@Excel
(
name
=
"预留"
)
@Excel
(
name
=
"预留"
,
headerColor
=
IndexedColors
.
BLACK
,
headerBackgroundColor
=
IndexedColors
.
WHITE
)
private
String
reservation
;
private
String
reservation
;
/** 单个件重值(单件重量) */
/** 单个件重值(单件重量) */
@Excel
(
name
=
"单件重量"
)
@Excel
(
name
=
"单件重量"
,
headerColor
=
IndexedColors
.
BLACK
,
headerBackgroundColor
=
IndexedColors
.
WHITE
)
private
Long
singlePieceWeight
;
private
Long
singlePieceWeight
;
}
}
\ No newline at end of file
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论