Commit c5394326 authored by 史志龙's avatar 史志龙

Merge branch 'dev-szl' into 'dev'

道岔使用情况检查列表实体类更新 -shizhilong

See merge request !49
parents 7eda511f 9158f491
......@@ -126,6 +126,8 @@ public class RecordsMasterCheck implements Serializable {
@ApiModelProperty("检查日期")
@TableField("check_time")
@JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd")
@DateTimeFormat(pattern = "yyyy-MM-dd")
@ExcelExport(value = "检查日期", format = "yyyy-MM-dd",sort = 10)
private Date checkTime;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment