|
|
@ -1,5 +1,6 @@ |
|
|
|
package com.epmet.dto; |
|
|
|
|
|
|
|
import com.fasterxml.jackson.annotation.JsonFormat; |
|
|
|
import lombok.Data; |
|
|
|
|
|
|
|
import java.io.Serializable; |
|
|
@ -64,6 +65,6 @@ public class IcExportTemplateDTO implements Serializable { |
|
|
|
private Integer isSelf; |
|
|
|
|
|
|
|
private String createdBy; |
|
|
|
|
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm", timezone = "GMT+8") |
|
|
|
private Date createdTime; |
|
|
|
} |
|
|
|