字段格式化取消

This commit is contained in:
syruan 2024-11-28 17:51:07 +08:00
parent 791257c768
commit 356bf9b5e9
1 changed files with 0 additions and 1 deletions

View File

@ -119,7 +119,6 @@ public class DevInfo extends BaseEntity {
/** 出厂日期 */ /** 出厂日期 */
@Excel(name = "出厂日期") @Excel(name = "出厂日期")
@ApiModelProperty(value = "出厂日期") @ApiModelProperty(value = "出厂日期")
@JsonFormat(pattern = "yyyy-MM-dd")
@NotBlank @NotBlank
private String productionDate; private String productionDate;