修改三方签字时间问题

This commit is contained in:
shuo.wang
2024-05-21 17:18:59 +08:00
parent 982a4da83a
commit aead2199ad

View File

@@ -21,7 +21,6 @@ public class ThreeAcceptanceDTO {
@ApiModelProperty("1通过0不通过")
private Integer result;
@ApiModelProperty("验收时间")
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
private Date acceptanceTime;
@ApiModelProperty
private Integer status;