Commit 8f5eff7f authored by zhangsen's avatar zhangsen

问题处理

parent 4a6657ae
...@@ -42,4 +42,7 @@ public class MapRegionDto extends BaseDto { ...@@ -42,4 +42,7 @@ public class MapRegionDto extends BaseDto {
@ApiModelProperty(value = "片区code") @ApiModelProperty(value = "片区code")
private String areaCode; private String areaCode;
@ApiModelProperty(value = "片区orgCode")
private String projectOrgCode;
} }
...@@ -65,4 +65,7 @@ public class MapRegion extends BaseEntity { ...@@ -65,4 +65,7 @@ public class MapRegion extends BaseEntity {
*/ */
@TableField(value = "position",typeHandler = FastjsonTypeHandler.class) @TableField(value = "position",typeHandler = FastjsonTypeHandler.class)
private ArrayList<String> position; private ArrayList<String> position;
@TableField(value = "project_org_code")
private String projectOrgCode;
} }
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