Commit b861a924 authored by tangwei's avatar tangwei

机构名称

parent 64a3aafb
...@@ -90,6 +90,9 @@ public class FireExpertsDto extends BaseDto { ...@@ -90,6 +90,9 @@ public class FireExpertsDto extends BaseDto {
@ApiModelProperty(value = "消防机构id") @ApiModelProperty(value = "消防机构id")
private Long fireTeamId; private Long fireTeamId;
@ApiModelProperty(value = "消防机构name")
private Long fireTeamName;
@ApiModelProperty(value = "备注") @ApiModelProperty(value = "备注")
private String note; private String note;
......
...@@ -89,6 +89,9 @@ public class FireExperts extends BaseEntity { ...@@ -89,6 +89,9 @@ public class FireExperts extends BaseEntity {
@ApiModelProperty(value = "消防机构id") @ApiModelProperty(value = "消防机构id")
private Long fireTeamId; private Long fireTeamId;
@ApiModelProperty(value = "消防机构name")
private Long fireTeamName;
@ApiModelProperty(value = "备注") @ApiModelProperty(value = "备注")
private String note; private String note;
......
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