| | |
| | | import io.swagger.annotations.ApiModel; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.EqualsAndHashCode; |
| | | import org.springblade.core.mp.base.BaseEntity; |
| | | import org.springblade.core.tenant.mp.TenantEntity; |
| | | |
| | | /** |
| | |
| | | @TableName("ja_fw_area_divide") |
| | | @ApiModel(value = "FwAreaDivide对象", description = "区域划分表") |
| | | @EqualsAndHashCode(callSuper = true) |
| | | public class FwAreaDivideEntity extends TenantEntity { |
| | | public class FwAreaDivideEntity extends BaseEntity { |
| | | |
| | | |
| | | } |
| | |
| | | import io.swagger.annotations.ApiModel; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.EqualsAndHashCode; |
| | | import org.springblade.core.mp.base.BaseEntity; |
| | | import org.springblade.core.tenant.mp.TenantEntity; |
| | | |
| | | /** |
| | |
| | | @TableName("ja_fw_defense_scene") |
| | | @ApiModel(value = "FwDefenseScene对象", description = "防控场景表") |
| | | @EqualsAndHashCode(callSuper = true) |
| | | public class FwDefenseSceneEntity extends TenantEntity { |
| | | public class FwDefenseSceneEntity extends BaseEntity { |
| | | |
| | | |
| | | } |
| | |
| | | import io.swagger.annotations.ApiModel; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.EqualsAndHashCode; |
| | | import org.springblade.core.mp.base.BaseEntity; |
| | | import org.springblade.core.tenant.mp.TenantEntity; |
| | | |
| | | /** |
| | |
| | | @TableName("ja_fw_defense_zone") |
| | | @ApiModel(value = "FwDefenseZone对象", description = "防区管理表") |
| | | @EqualsAndHashCode(callSuper = true) |
| | | public class FwDefenseZoneEntity extends TenantEntity { |
| | | public class FwDefenseZoneEntity extends BaseEntity { |
| | | |
| | | |
| | | } |
| | |
| | | import io.swagger.annotations.ApiModel; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.EqualsAndHashCode; |
| | | import org.springblade.core.mp.base.BaseEntity; |
| | | import org.springblade.core.tenant.mp.TenantEntity; |
| | | |
| | | /** |
| | |
| | | @TableName("ja_fw_police_station") |
| | | @ApiModel(value = "FwPoliceStation对象", description = "派出所信息表") |
| | | @EqualsAndHashCode(callSuper = true) |
| | | public class FwPoliceStationEntity extends TenantEntity { |
| | | public class FwPoliceStationEntity extends BaseEntity { |
| | | |
| | | |
| | | } |
| | |
| | | import io.swagger.annotations.ApiModel; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.EqualsAndHashCode; |
| | | import org.springblade.core.mp.base.BaseEntity; |
| | | import org.springblade.core.tenant.mp.TenantEntity; |
| | | |
| | | /** |
| | |
| | | @TableName("ja_fw_device_config") |
| | | @ApiModel(value = "FwDeviceConfig对象", description = "设备配置表") |
| | | @EqualsAndHashCode(callSuper = true) |
| | | public class FwDeviceConfigEntity extends TenantEntity { |
| | | public class FwDeviceConfigEntity extends BaseEntity { |
| | | |
| | | |
| | | } |
| | |
| | | import io.swagger.annotations.ApiModel; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.EqualsAndHashCode; |
| | | import org.springblade.core.mp.base.BaseEntity; |
| | | import org.springblade.core.tenant.mp.TenantEntity; |
| | | |
| | | /** |
| | |
| | | @TableName("ja_fw_effect_eval") |
| | | @ApiModel(value = "FwEffectEval对象", description = "反制效果评估表") |
| | | @EqualsAndHashCode(callSuper = true) |
| | | public class FwEffectEvalEntity extends TenantEntity { |
| | | public class FwEffectEvalEntity extends BaseEntity { |
| | | |
| | | |
| | | } |
| | |
| | | import io.swagger.annotations.ApiModel; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.EqualsAndHashCode; |
| | | import org.springblade.core.mp.base.BaseEntity; |
| | | import org.springblade.core.tenant.mp.TenantEntity; |
| | | |
| | | /** |
| | |
| | | @TableName("ja_fw_task_schedule") |
| | | @ApiModel(value = "FwTaskSchedule对象", description = "任务调度记录表") |
| | | @EqualsAndHashCode(callSuper = true) |
| | | public class FwTaskScheduleEntity extends TenantEntity { |
| | | public class FwTaskScheduleEntity extends BaseEntity { |
| | | |
| | | |
| | | } |
| | |
| | | import io.swagger.annotations.ApiModel; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.EqualsAndHashCode; |
| | | import org.springblade.core.mp.base.BaseEntity; |
| | | import org.springblade.core.tenant.mp.TenantEntity; |
| | | |
| | | /** |
| | |
| | | @TableName("ja_fw_device_maintain_plan") |
| | | @ApiModel(value = "FwDeviceMaintainPlan对象", description = "设备维护计划表") |
| | | @EqualsAndHashCode(callSuper = true) |
| | | public class FwDeviceMaintainPlanEntity extends TenantEntity { |
| | | public class FwDeviceMaintainPlanEntity extends BaseEntity { |
| | | |
| | | |
| | | } |
| | |
| | | import io.swagger.annotations.ApiModel; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.EqualsAndHashCode; |
| | | import org.springblade.core.mp.base.BaseEntity; |
| | | import org.springblade.core.tenant.mp.TenantEntity; |
| | | |
| | | /** |
| | |
| | | @TableName("ja_fw_device_maintain_record") |
| | | @ApiModel(value = "FwDeviceMaintainRecord对象", description = "设备维护记录表") |
| | | @EqualsAndHashCode(callSuper = true) |
| | | public class FwDeviceMaintainRecordEntity extends TenantEntity { |
| | | public class FwDeviceMaintainRecordEntity extends BaseEntity { |
| | | |
| | | |
| | | } |
| | |
| | | import io.swagger.annotations.ApiModel; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.EqualsAndHashCode; |
| | | import org.springblade.core.mp.base.BaseEntity; |
| | | import org.springblade.core.tenant.mp.TenantEntity; |
| | | |
| | | /** |
| | |
| | | @TableName("ja_fw_device_scrap") |
| | | @ApiModel(value = "FwDeviceScrap对象", description = "设备报废记录表") |
| | | @EqualsAndHashCode(callSuper = true) |
| | | public class FwDeviceScrapEntity extends TenantEntity { |
| | | public class FwDeviceScrapEntity extends BaseEntity { |
| | | |
| | | |
| | | } |
| | |
| | | import io.swagger.annotations.ApiModel; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.EqualsAndHashCode; |
| | | import org.springblade.core.mp.base.BaseEntity; |
| | | import org.springblade.core.tenant.mp.TenantEntity; |
| | | |
| | | /** |
| | |
| | | @TableName("ja_fw_drone_alarm_record") |
| | | @ApiModel(value = "FwDroneAlarmRecord对象", description = "无人机告警表") |
| | | @EqualsAndHashCode(callSuper = true) |
| | | public class FwDroneAlarmRecordEntity extends TenantEntity { |
| | | public class FwDroneAlarmRecordEntity extends BaseEntity { |
| | | |
| | | |
| | | } |
| | |
| | | import io.swagger.annotations.ApiModel; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.EqualsAndHashCode; |
| | | import org.springblade.core.mp.base.BaseEntity; |
| | | import org.springblade.core.tenant.mp.TenantEntity; |
| | | |
| | | /** |
| | |
| | | @TableName("ja_fw_drone_flight_record_detail") |
| | | @ApiModel(value = "FwDroneFlightRecordDetail对象", description = "无人机飞行记录详情表") |
| | | @EqualsAndHashCode(callSuper = true) |
| | | public class FwDroneFlightRecordDetailEntity extends TenantEntity { |
| | | public class FwDroneFlightRecordDetailEntity extends BaseEntity { |
| | | |
| | | |
| | | } |
| | |
| | | import io.swagger.annotations.ApiModel; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.EqualsAndHashCode; |
| | | import org.springblade.core.mp.base.BaseEntity; |
| | | import org.springblade.core.tenant.mp.TenantEntity; |
| | | |
| | | /** |
| | |
| | | @TableName("ja_fw_drone_flight_record") |
| | | @ApiModel(value = "FwDroneFlightRecord对象", description = "无人机飞行记录表") |
| | | @EqualsAndHashCode(callSuper = true) |
| | | public class FwDroneFlightRecordEntity extends TenantEntity { |
| | | public class FwDroneFlightRecordEntity extends BaseEntity { |
| | | |
| | | |
| | | } |