Commit b861a924 authored by tangwei's avatar tangwei

机构名称

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