|
@@ -20,6 +20,7 @@ public class CmmsSubmissionUpdateDTO implements Serializable {
|
|
|
/**送检负责人*/
|
|
|
@Excel(name = "送检负责人", width = 15)
|
|
|
@ApiModelProperty(value = "送检负责人")
|
|
|
+ @Dict(dictTable = "sys_user", dicText = "username", dicCode = "id")
|
|
|
private java.lang.String verificatePerson;
|
|
|
/**检定方式*/
|
|
|
@Excel(name = "检定方式", width = 15, dicCode = "verificate_method")
|