|
|
@ -93,7 +93,7 @@ public class IcUserChangeRecordDTO implements Serializable { |
|
|
|
/** |
|
|
|
* 变更时间 |
|
|
|
*/ |
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm", timezone = "GMT+8") |
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
|
|
|
private Date changeTime; |
|
|
|
|
|
|
|
/** |
|
|
@ -125,7 +125,7 @@ public class IcUserChangeRecordDTO implements Serializable { |
|
|
|
* 创建时间 |
|
|
|
* 调整时间 |
|
|
|
*/ |
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm", timezone = "GMT+8") |
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
|
|
|
private Date createdTime; |
|
|
|
|
|
|
|
/** |
|
|
|