Commit a120f406 authored by suhuiguang's avatar suhuiguang

1.增加日期格式化

parent bfb2ab5b
......@@ -2,6 +2,7 @@ package com.yeejoin.amos.supervision.business.dto;
import com.alibaba.excel.annotation.ExcelIgnore;
import com.alibaba.excel.annotation.ExcelProperty;
import com.alibaba.excel.annotation.format.DateTimeFormat;
import com.yeejoin.amos.boot.biz.common.excel.CommonExplicitConstraint;
import com.yeejoin.amos.boot.biz.common.excel.ExplicitConstraint;
import lombok.Data;
......@@ -45,6 +46,7 @@ public class HiddenDangerTemplateDto implements Serializable {
/**
* 整改期限
*/
@DateTimeFormat(value = "yyyy-MM-dd HH:mm:ss")
@ExcelProperty(value = "整改期限", index = 3)
private Date reformLimitDate;
......
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