完善导入通知
This commit is contained in:
+2
-2
@@ -112,12 +112,12 @@ public class ProcessNewStandardImport implements Serializable {
|
||||
/**发送人员*/
|
||||
@ApiModelProperty(value = "发送人员")
|
||||
@Dict(dictTable = "sys_user", dicText = "realname", dicCode = "id")
|
||||
@Excel(name = "法规要求简要描述", width = 15,dictTable = "sys_user", dicText = "realname", dicCode = "id")
|
||||
@Excel(name = "发送人员", width = 15,dictTable = "sys_user", dicText = "CONCAT(realname,'(',username,')')", dicCode = "id")
|
||||
private String copyUser;
|
||||
/**通知发起人*/
|
||||
@ApiModelProperty(value = "通知发起人")
|
||||
@Dict(dictTable = "sys_user", dicText = "CONCAT(realname,'(',username,')')", dicCode = "username")
|
||||
@Excel(name = "法规要求简要描述", width = 15,dictTable = "sys_user", dicText = "realname", dicCode = "username")
|
||||
@Excel(name = "通知发起人", width = 15,dictTable = "sys_user", dicText = "CONCAT(realname,'(',username,')')", dicCode = "username")
|
||||
private String createBy;
|
||||
/**实施日期*/
|
||||
@ApiModelProperty(value = "实施日期")
|
||||
|
||||
Reference in New Issue
Block a user