Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
fill-system
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
廖旭伟
fill-system
Commits
7466716e
Commit
7466716e
authored
Feb 27, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改打包脚本
parent
227dfc5a
Pipeline
#2498
canceled with stages
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletion
+10
-1
fill-manager/src/main/java/com/mortals/xhx/module/matter/model/MatterDatumPrintEntity.java
...rtals/xhx/module/matter/model/MatterDatumPrintEntity.java
+10
-1
No files found.
fill-manager/src/main/java/com/mortals/xhx/module/matter/model/MatterDatumPrintEntity.java
View file @
7466716e
...
@@ -10,7 +10,7 @@ import com.mortals.xhx.module.matter.model.vo.MatterDatumPrintVo;
...
@@ -10,7 +10,7 @@ import com.mortals.xhx.module.matter.model.vo.MatterDatumPrintVo;
* 打印提交实体对象
* 打印提交实体对象
*
*
* @author zxfei
* @author zxfei
* @date 2023-02-2
3
* @date 2023-02-2
7
*/
*/
public
class
MatterDatumPrintEntity
extends
MatterDatumPrintVo
{
public
class
MatterDatumPrintEntity
extends
MatterDatumPrintVo
{
...
@@ -23,6 +23,7 @@ public class MatterDatumPrintEntity extends MatterDatumPrintVo {
...
@@ -23,6 +23,7 @@ public class MatterDatumPrintEntity extends MatterDatumPrintVo {
/**
/**
* 打印订单
* 打印订单
*/
*/
@Excel
(
name
=
"打印订单"
)
private
String
orderId
;
private
String
orderId
;
/**
/**
* 材料Id
* 材料Id
...
@@ -31,14 +32,17 @@ public class MatterDatumPrintEntity extends MatterDatumPrintVo {
...
@@ -31,14 +32,17 @@ public class MatterDatumPrintEntity extends MatterDatumPrintVo {
/**
/**
* 材料名
* 材料名
*/
*/
@Excel
(
name
=
"材料名"
)
private
String
materialName
;
private
String
materialName
;
/**
/**
* 材料页数
* 材料页数
*/
*/
@Excel
(
name
=
"材料页数"
)
private
Integer
page
;
private
Integer
page
;
/**
/**
* 打印类型(1.本地打印,2.在线打印)
* 打印类型(1.本地打印,2.在线打印)
*/
*/
@Excel
(
name
=
"打印类型"
,
readConverterExp
=
"1=本地打印,2.在线打印"
)
private
Integer
type
;
private
Integer
type
;
/**
/**
* 合成doc后地址
* 合成doc后地址
...
@@ -51,14 +55,17 @@ public class MatterDatumPrintEntity extends MatterDatumPrintVo {
...
@@ -51,14 +55,17 @@ public class MatterDatumPrintEntity extends MatterDatumPrintVo {
/**
/**
* 身份证号
* 身份证号
*/
*/
@Excel
(
name
=
"身份证号"
)
private
String
idCard
;
private
String
idCard
;
/**
/**
* 身份证名称
* 身份证名称
*/
*/
@Excel
(
name
=
"身份证名称"
)
private
String
idName
;
private
String
idName
;
/**
/**
* 手机号码
* 手机号码
*/
*/
@Excel
(
name
=
"手机号码"
)
private
String
mobile
;
private
String
mobile
;
/**
/**
* 事项id
* 事项id
...
@@ -67,6 +74,7 @@ public class MatterDatumPrintEntity extends MatterDatumPrintVo {
...
@@ -67,6 +74,7 @@ public class MatterDatumPrintEntity extends MatterDatumPrintVo {
/**
/**
* 事项名称
* 事项名称
*/
*/
@Excel
(
name
=
"事项名称"
)
private
String
matterName
;
private
String
matterName
;
/**
/**
* 事项编码
* 事项编码
...
@@ -79,6 +87,7 @@ public class MatterDatumPrintEntity extends MatterDatumPrintVo {
...
@@ -79,6 +87,7 @@ public class MatterDatumPrintEntity extends MatterDatumPrintVo {
/**
/**
* 设备名称
* 设备名称
*/
*/
@Excel
(
name
=
"设备名称"
)
private
String
deviceName
;
private
String
deviceName
;
...
...
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