|
|
@@ -55,7 +55,6 @@ public class FosterwxMobile extends Model<FosterwxMobile> {
|
|
|
/**
|
|
|
* 手机开卡时间
|
|
|
*/
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
|
|
private LocalDateTime mobileCreateAt;
|
|
|
|
|
|
/**
|
|
|
@@ -111,7 +110,6 @@ public class FosterwxMobile extends Model<FosterwxMobile> {
|
|
|
/**
|
|
|
* 微信注册时间
|
|
|
*/
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
|
|
private LocalDateTime wxRegisterAt;
|
|
|
|
|
|
/**
|
|
|
@@ -132,7 +130,6 @@ public class FosterwxMobile extends Model<FosterwxMobile> {
|
|
|
/**
|
|
|
* 企业微信注册时间
|
|
|
*/
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
|
|
private LocalDateTime workWxRegisterAt;
|
|
|
|
|
|
/**
|
|
|
@@ -146,7 +143,6 @@ public class FosterwxMobile extends Model<FosterwxMobile> {
|
|
|
/**
|
|
|
* 任务开始时间
|
|
|
*/
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
|
|
private LocalDateTime taskStartAt;
|
|
|
|
|
|
/**
|