bug68007修改
This commit is contained in:
+8
-8
@@ -197,7 +197,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",groupName = "设计符合性确认")
|
||||
@ApiModelProperty(value = "设计符合性确认-交付物类型")
|
||||
// @Dict(dicCode ="deliverable_template")
|
||||
private java.lang.String designDeliverableType;
|
||||
@@ -211,7 +211,7 @@ public class DummyInventoryInfoEO implements Serializable {
|
||||
private java.lang.String designDeliverableTemplate;
|
||||
|
||||
@TableField(exist = false)
|
||||
@Excel(name = "设计-交付物模板", width = 15)
|
||||
@Excel(name = "交付物模板", width = 15,groupName = "设计符合性确认")
|
||||
private java.lang.String designDeliverableTemplateName;
|
||||
|
||||
/**设计符合性确认-发起人*/
|
||||
@@ -223,7 +223,7 @@ public class DummyInventoryInfoEO implements Serializable {
|
||||
private String designInitiator_dictText;
|
||||
|
||||
/**设计符合性确认-责任人*/
|
||||
@Excel(name = "设计-责任人", width = 15,dicCode ="ze2_ren4_ren2")
|
||||
@Excel(name = "责任人", width = 15,dicCode ="ze2_ren4_ren2",groupName = "设计符合性确认")
|
||||
@ApiModelProperty(value = "设计符合性确认-责任人")
|
||||
//@Dict(dicCode ="ze2_ren4_ren2")
|
||||
private java.lang.String designDuty;
|
||||
@@ -231,7 +231,7 @@ public class DummyInventoryInfoEO implements Serializable {
|
||||
private String designDuty_dictText;
|
||||
|
||||
//交付物说明
|
||||
@Excel(name = "设计符合性确认-交付物说明", width = 20)
|
||||
@Excel(name = "交付物说明", width = 20,groupName = "设计符合性确认")
|
||||
private String designRemark;
|
||||
|
||||
/**prehomo确认-交付物类型*/
|
||||
@@ -273,7 +273,7 @@ public class DummyInventoryInfoEO implements Serializable {
|
||||
private String prehomoRemark;
|
||||
|
||||
/**验证符合性确认-交付物类型*/
|
||||
@Excel(name = "验证-交付物类型", width = 15,dicCode ="deliverable_template")
|
||||
@Excel(name = "交付物类型", width = 15,dicCode ="deliverable_template",groupName = "验证符合性确认")
|
||||
@ApiModelProperty(value = "验证符合性确认-交付物类型")
|
||||
// @Dict(dicCode ="deliverable_template")
|
||||
private java.lang.String verifyDeliverableType;
|
||||
@@ -286,7 +286,7 @@ public class DummyInventoryInfoEO implements Serializable {
|
||||
private java.lang.String verifyDeliverableTemplate;
|
||||
|
||||
@TableField(exist = false)
|
||||
@Excel(name = "验证-交付物模板", width = 15)
|
||||
@Excel(name = "交付物模板", width = 15,groupName = "验证符合性确认")
|
||||
private java.lang.String verifyDeliverableTemplateName;
|
||||
|
||||
/**验证符合性确认-发起人*/
|
||||
@@ -298,7 +298,7 @@ public class DummyInventoryInfoEO implements Serializable {
|
||||
private String verifyInitiator_dictText;
|
||||
|
||||
/**验证符合性确认-责任人*/
|
||||
@Excel(name = "验证-责任人", width = 15,dicCode ="ze2_ren4_ren2")
|
||||
@Excel(name = "责任人", width = 15,dicCode ="ze2_ren4_ren2",groupName = "验证符合性确认")
|
||||
@ApiModelProperty(value = "验证符合性确认-责任人")
|
||||
//@Dict(dicCode ="ze2_ren4_ren2")
|
||||
private java.lang.String verifyDuty;
|
||||
@@ -306,7 +306,7 @@ public class DummyInventoryInfoEO implements Serializable {
|
||||
private String verifyDuty_dictText;
|
||||
|
||||
//验证备注
|
||||
@Excel(name = "验证符合性确认-交付物说明", width = 20)
|
||||
@Excel(name = "交付物说明", width = 20,groupName = "验证符合性确认")
|
||||
private String verifyRemark;
|
||||
|
||||
@TableField(exist = false)
|
||||
|
||||
Reference in New Issue
Block a user