bug修复
This commit is contained in:
parent
e5c9acd391
commit
328bb2d700
@ -34,8 +34,8 @@ public class MaterialApproachRecord implements Serializable {
|
||||
/**
|
||||
* 进场时间
|
||||
*/
|
||||
@Excel(name = "进场时间(格式:yyyy-MM-dd)", width = 15, format = "yyyy-MM-dd")
|
||||
@JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd")
|
||||
@Excel(name = "进场时间", width = 15, format = "yyyy-MM-dd")
|
||||
@JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd")
|
||||
@DateTimeFormat(pattern = "yyyy-MM-dd")
|
||||
@ApiModelProperty(value = "进场时间")
|
||||
private Date entryTime;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user