Commit 7466716e authored by 赵啸非's avatar 赵啸非

修改打包脚本

parent 227dfc5a
Pipeline #2498 canceled with stages
...@@ -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-23 * @date 2023-02-27
*/ */
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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment