| File was renamed from src/main/java/org/springblade/modules/policeAlarmRecords/entity/PoliceAlarmRecordsEntity.java |
| | |
| | | * this software without specific prior written permission. |
| | | * Author: Chill 庄骞 (smallchill@163.com) |
| | | */ |
| | | package org.springblade.modules.policeAlarmRecords.entity; |
| | | package org.springblade.modules.police.entity; |
| | | |
| | | import com.baomidou.mybatisplus.annotation.*; |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | |
| | | @TableField("alarm_describe") |
| | | private String alarmDescribe; |
| | | |
| | | /** 公安事件:1:否 2:是 */ |
| | | @ApiModelProperty(value = "公安事件:1:否 2:是", example = "") |
| | | @TableField("public_incidents") |
| | | private Integer publicIncidents; |
| | | |
| | | } |