Commit e8d91189 authored by 周健威's avatar 周健威

修改问题

parent 1e83b9cf
......@@ -188,4 +188,11 @@ public class CustomForm implements Serializable {
@ApiModelProperty(value = "区名称")
private String areaName;
/**
* 几何json
*/
@Column(name = "geojson")
@ApiModelProperty(value = "几何json")
private String geojson;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment