| | |
| | | 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 { |
| | | |
| | | |
| | | } |