From 6def673d9e86b4acba6c6e3052e498f48fa1ca31 Mon Sep 17 00:00:00 2001 From: zhn <947514737@qq.com> Date: Tue, 17 May 2022 15:16:53 +0800 Subject: [PATCH] =?UTF-8?q?=E8=99=9A=E6=8B=9F=E6=B8=85=E5=8D=95=E5=AF=BC?= =?UTF-8?q?=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dummy/entity/DummyInventoryInfoEO.java | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/dummy/entity/DummyInventoryInfoEO.java b/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/dummy/entity/DummyInventoryInfoEO.java index 25ebd5b3d..8440a6350 100644 --- a/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/dummy/entity/DummyInventoryInfoEO.java +++ b/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/dummy/entity/DummyInventoryInfoEO.java @@ -170,7 +170,7 @@ public class DummyInventoryInfoEO implements Serializable { private java.lang.String remark; /**设计符合性确认-交付物类型*/ - @Excel(name = "交付物类型", width = 15,dicCode ="deliverable_template") + @Excel(name = "设计-交付物类型", width = 15,dicCode ="deliverable_template") @ApiModelProperty(value = "设计符合性确认-交付物类型") @Dict(dicCode ="deliverable_template") private java.lang.String designDeliverableType; @@ -181,23 +181,23 @@ public class DummyInventoryInfoEO implements Serializable { private java.lang.String designDeliverableTemplate; @TableField(exist = false) - @Excel(name = "交付物模板", width = 15) + @Excel(name = "设计-交付物模板", width = 15) private java.lang.String designDeliverableTemplateName; /**设计符合性确认-发起人*/ - @Excel(name = "发起人", width = 15,dicCode ="fa1_qi3_ren2") + @Excel(name = "设计-发起人", width = 15,dicCode ="fa1_qi3_ren2") @ApiModelProperty(value = "设计符合性确认-发起人") @Dict(dicCode ="fa1_qi3_ren2") private java.lang.String designInitiator; /**设计符合性确认-责任人*/ - @Excel(name = "责任人", width = 15,dicCode ="ze2_ren4_ren2") + @Excel(name = "设计-责任人", width = 15,dicCode ="ze2_ren4_ren2") @ApiModelProperty(value = "设计符合性确认-责任人") @Dict(dicCode ="ze2_ren4_ren2") private java.lang.String designDuty; /**prehomo确认-交付物类型*/ - @Excel(name = "交付物类型", width = 15,dicCode ="deliverable_template") + @Excel(name = "Prehomo-交付物类型", width = 15,dicCode ="deliverable_template") @ApiModelProperty(value = "prehomo确认-交付物类型") @Dict(dicCode ="deliverable_template") private java.lang.String prehomoDeliverableType; @@ -208,23 +208,23 @@ public class DummyInventoryInfoEO implements Serializable { private java.lang.String prehomoDeliverableTemplate; @TableField(exist = false) - @Excel(name = "交付物模板", width = 15) + @Excel(name = "Prehomo-交付物模板", width = 15) private java.lang.String prehomoDeliverableTemplateName; /**prehomo确认-发起人*/ - @Excel(name = "发起人", width = 15,dicCode ="fa1_qi3_ren2") + @Excel(name = "Prehomo-发起人", width = 15,dicCode ="fa1_qi3_ren2") @ApiModelProperty(value = "prehomo确认-发起人") @Dict(dicCode ="fa1_qi3_ren2") private java.lang.String prehomoInitiator; /**prehomo确认-责任人*/ - @Excel(name = "责任人", width = 15,dicCode ="ze2_ren4_ren2") + @Excel(name = "Prehomo-责任人", width = 15,dicCode ="ze2_ren4_ren2") @ApiModelProperty(value = "prehomo确认-责任人") @Dict(dicCode ="ze2_ren4_ren2") private java.lang.String prehomoDuty; /**验证符合性确认-交付物类型*/ - @Excel(name = "交付物类型", width = 15,dicCode ="deliverable_template") + @Excel(name = "验证-交付物类型", width = 15,dicCode ="deliverable_template") @ApiModelProperty(value = "验证符合性确认-交付物类型") @Dict(dicCode ="deliverable_template") private java.lang.String verifyDeliverableType; @@ -235,17 +235,17 @@ public class DummyInventoryInfoEO implements Serializable { private java.lang.String verifyDeliverableTemplate; @TableField(exist = false) - @Excel(name = "交付物模板", width = 15) + @Excel(name = "验证-交付物模板", width = 15) private java.lang.String verifyDeliverableTemplateName; /**验证符合性确认-发起人*/ - @Excel(name = "发起人", width = 15,dicCode ="fa1_qi3_ren2") + @Excel(name = "验证-发起人", width = 15,dicCode ="fa1_qi3_ren2") @ApiModelProperty(value = "验证符合性确认-发起人") @Dict(dicCode ="fa1_qi3_ren2") private java.lang.String verifyInitiator; /**验证符合性确认-责任人*/ - @Excel(name = "责任人", width = 15,dicCode ="ze2_ren4_ren2") + @Excel(name = "验证-责任人", width = 15,dicCode ="ze2_ren4_ren2") @ApiModelProperty(value = "验证符合性确认-责任人") @Dict(dicCode ="ze2_ren4_ren2") private java.lang.String verifyDuty;