Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
J
jilinzhongdianrenqun
概览
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
吴超
jilinzhongdianrenqun
Commits
96e321fd
Commit
96e321fd
authored
Dec 31, 2025
by
zhangtw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
导入新建类与模板
parent
9d95b93c
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
30 行增加
和
0 行删除
+30
-0
src/main/java/com/scpyun/platform/jilinsscgsdp/bean/entity/InboundImp.java
+30
-0
src/main/java/com/scpyun/platform/jilinsscgsdp/utils/InboundFileListener.java
+0
-0
src/main/resources/KeyInboundImp.xlsx
+0
-0
没有找到文件。
src/main/java/com/scpyun/platform/jilinsscgsdp/bean/entity/InboundImp.java
0 → 100644
View file @
96e321fd
package
com
.
scpyun
.
platform
.
jilinsscgsdp
.
bean
.
entity
;
import
com.alibaba.excel.annotation.ExcelProperty
;
import
lombok.Data
;
@Data
public
class
InboundImp
{
@ExcelProperty
(
value
=
"入库单号"
,
index
=
0
)
private
String
inbound_no
;
@ExcelProperty
(
value
=
"批次号"
,
index
=
1
)
private
String
batch_no
;
@ExcelProperty
(
value
=
"入库日期"
,
index
=
2
)
private
String
inbound_date
;
@ExcelProperty
(
value
=
"存放位置"
,
index
=
3
)
private
String
storage_location
;
@ExcelProperty
(
value
=
"备注"
,
index
=
4
)
private
String
remark
;
@ExcelProperty
(
value
=
"物料编号"
,
index
=
5
)
private
String
material_code
;
@ExcelProperty
(
value
=
"物料名称"
,
index
=
6
)
private
String
material_name
;
@ExcelProperty
(
value
=
"入库数量"
,
index
=
7
)
private
String
inbound_quantity
;
@ExcelProperty
(
value
=
"单价"
,
index
=
8
)
private
String
unit_price
;
@ExcelProperty
(
value
=
"生产日期"
,
index
=
9
)
private
String
production_date
;
@ExcelProperty
(
value
=
"有效期至"
,
index
=
10
)
private
String
expiry_date
;
}
src/main/java/com/scpyun/platform/jilinsscgsdp/utils/InboundFileListener.java
0 → 100644
View file @
96e321fd
差异被折叠。
点击展开。
src/main/resources/KeyInboundImp.xlsx
0 → 100644
View file @
96e321fd
File added
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论