Commit 90b62ca4 authored by 韩桐桐's avatar 韩桐桐

fix(ys-应急):专家管理

parent f8157667
...@@ -77,7 +77,7 @@ public class YsEmergencyExpertsDto extends BaseDto { ...@@ -77,7 +77,7 @@ public class YsEmergencyExpertsDto extends BaseDto {
private String postcode; private String postcode;
@ApiModelProperty(value = "消防单位id") @ApiModelProperty(value = "消防单位id")
private Integer xfdwid; private String xfdwid;
@ApiModelProperty(value = "创建时间") @ApiModelProperty(value = "创建时间")
private Date createDate; private Date createDate;
......
...@@ -129,7 +129,7 @@ public class YsEmergencyExperts extends BaseEntity { ...@@ -129,7 +129,7 @@ public class YsEmergencyExperts extends BaseEntity {
* 消防单位id * 消防单位id
*/ */
@TableField("xfdwid") @TableField("xfdwid")
private Integer xfdwid; private String xfdwid;
/** /**
* 创建时间 * 创建时间
......
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