Commit 62794454 by huluobin

api add column

parent ac344a5a
...@@ -103,6 +103,7 @@ public class CostDto { ...@@ -103,6 +103,7 @@ public class CostDto {
@TableField(exist = false) @TableField(exist = false)
private CostTemplateDto costTemplate; private CostTemplateDto costTemplate;
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
private LocalDateTime lastModifyDate; private LocalDateTime lastModifyDate;
///------------- ///-------------
......
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