Commit 25f3d860 authored by fangxinjiang's avatar fangxinjiang

优化-fxj

parent 41258b0f
......@@ -90,8 +90,8 @@ public class TAutoMainRelExportVo implements Serializable {
*/
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm:ss")
@HeadFontStyle(fontHeightInPoints = 11)
@ExcelProperty("创建时间")
@Schema(description = "创建时间")
@ExcelProperty("添加配置时间")
@Schema(description = "添加配置时间")
@DateTimeFormat("yyyy-MM-dd HH:mm:ss")
@ColumnWidth(18)
private LocalDateTime createTime;
......
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