实施日期修改

This commit is contained in:
梁琦涛
2024-09-12 10:58:31 +08:00
parent 746837b7ab
commit 4af549cc24
2 changed files with 2 additions and 2 deletions
@@ -52,7 +52,7 @@ public class ProcessStandardInterpret extends BaseEntity {
@DateTimeFormat(pattern="yyyy-MM-dd")
@ApiModelProperty(value = "实施日期")
@TableField(exist = false)
private java.util.Date implementationDate;
private java.lang.String implementationDate;
/**新生产车实施日*/
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd")
@DateTimeFormat(pattern="yyyy-MM-dd")
@@ -37,7 +37,7 @@ public class HomeNewestStandardInterpret {
@ApiModelProperty(value = "实施日期")
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd")
@DateTimeFormat(pattern="yyyy-MM-dd")
private Date implementationDate;
private String implementationDate;
// 代替标准编号
@ApiModelProperty(value = "代替标准编号")
private String substituteStandardNumber;