字段格式化取消
This commit is contained in:
parent
791257c768
commit
356bf9b5e9
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue