|
@@ -148,6 +148,7 @@ public class TbPersonFiling extends Model<TbPersonFiling> implements Serializabl
|
|
/**
|
|
/**
|
|
* 边民证有效期,起始日期
|
|
* 边民证有效期,起始日期
|
|
*/
|
|
*/
|
|
|
|
+
|
|
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
|
|
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
|
|
@DateTimeFormat(pattern = "yyyy-MM-dd")
|
|
@DateTimeFormat(pattern = "yyyy-MM-dd")
|
|
private Date icCardStartTime;
|
|
private Date icCardStartTime;
|