Commit cc8cba79 authored by tangwei's avatar tangwei

增加字段

parent ed040fd9
......@@ -40,6 +40,8 @@ public class AlertCalled extends BaseEntity {
@ApiModelProperty(value = "报警类型")
private String alarmType;
@ApiModelProperty(value = "响应级别字典code 为了过滤用(只有航空器故障有)")
private String responseLevelCode;
@ApiModelProperty(value = "报警类型code")
private String alarmTypeCode;
......
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