|
@@ -41,7 +41,7 @@ public class ElecfeeDegree implements Serializable {
|
|
|
private String createBy;
|
|
|
/**创建时间*/
|
|
|
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
- @DateTimeFormat(pattern="yyyy-MM-dd")
|
|
|
+ @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
|
|
|
@ApiModelProperty(value = "创建时间")
|
|
|
private Date createTime;
|
|
|
/**更新者*/
|
|
@@ -49,7 +49,7 @@ public class ElecfeeDegree implements Serializable {
|
|
|
private String updateBy;
|
|
|
/**更新时间*/
|
|
|
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
- @DateTimeFormat(pattern="yyyy-MM-dd")
|
|
|
+ @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
|
|
|
@ApiModelProperty(value = "更新时间")
|
|
|
private Date updateTime;
|
|
|
/**备注*/
|