更新警报种类

This commit is contained in:
chenlinghy 2023-08-28 20:55:38 +08:00
parent 7517d306d0
commit cce43b7c4c
2 changed files with 3 additions and 3 deletions

View File

@ -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;

View File

@ -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;
/** /**