更新警报种类
This commit is contained in:
parent
7517d306d0
commit
cce43b7c4c
|
@ -28,7 +28,7 @@ public class AlarmTaskDO {
|
||||||
private Integer alarmType;
|
private Integer alarmType;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 警报种类 1:预先警报 2:空袭警报 3:灾情警 4:解除警报灾 5:解除警报
|
* 警报种类 1:预先警报 2:空袭警报 3:灾情警报 4:解除警报 5:解除警报灾情 6:中断警报
|
||||||
*/
|
*/
|
||||||
private Integer alarmKind;
|
private Integer alarmKind;
|
||||||
|
|
||||||
|
|
|
@ -44,9 +44,9 @@ public class AlarmTaskReqDTO {
|
||||||
private Integer alarmType;
|
private Integer alarmType;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 警报种类 1:预先警报 2:空袭警报 3:灾情警 4:解除警报灾 5:解除警报 6:中断警报
|
* 警报种类 1:预先警报 2:空袭警报 3:灾情警报 4:解除警报 5:解除警报灾情 6:中断警报
|
||||||
*/
|
*/
|
||||||
@Schema(title = "警报种类", example = "2",description = "1:预先警报 2:空袭警报 3:灾情警报 4:解除警报灾情 5:解除警报 6:中断警报")
|
@Schema(title = "警报种类", example = "2",description = "1:预先警报 2:空袭警报 3:灾情警报 4:解除警报 5:解除警报灾情 6:中断警报")
|
||||||
private Integer alarmKind;
|
private Integer alarmKind;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue