|
|
|
@ -37,6 +37,7 @@ public class RequirementType implements Serializable { |
|
|
|
|
private java.lang.String id; |
|
|
|
|
/**创建人*/ |
|
|
|
|
@ApiModelProperty(value = "创建人") |
|
|
|
|
@Dict(dictTable = "sys_user", dicText = "realname", dicCode = "username") |
|
|
|
|
private java.lang.String createBy; |
|
|
|
|
/**创建日期*/ |
|
|
|
|
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss") |
|
|
|
@ -45,6 +46,7 @@ public class RequirementType implements Serializable { |
|
|
|
|
private java.util.Date createTime; |
|
|
|
|
/**更新人*/ |
|
|
|
|
@ApiModelProperty(value = "更新人") |
|
|
|
|
@Dict(dictTable = "sys_user", dicText = "realname", dicCode = "username") |
|
|
|
|
private java.lang.String updateBy; |
|
|
|
|
/**更新日期*/ |
|
|
|
|
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss") |
|
|
|
|