|
@@ -22,6 +22,7 @@ public class Tdgy {
|
|
|
private Boolean hasZz; // 是否征转
|
|
|
private String hbcrfapfwh; // 用地划拨/出让方案批复文号
|
|
|
private String hbcrhtbh; // 划拨决定书/出让合同编号
|
|
|
+ @JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
private Date hbcrhtDate; // 划拨决定书/出让合同日期
|
|
|
private Map<String, Object> attachment; // 附件
|
|
|
private Boolean hasOnchain; // 是否上链
|