# Conflicts: # sp-core/src/main/java/com/pj/project/tb_person_filing/TbPersonFiling.java
@@ -148,6 +148,7 @@ public class TbPersonFiling extends Model<TbPersonFiling> implements Serializabl
/**
* 边民证有效期,起始日期
*/
+
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
@DateTimeFormat(pattern = "yyyy-MM-dd")
private Date icCardStartTime;