删除 src/main/java/com/bonus/autoweb/UI/entity/AnnexSixBean.java

This commit is contained in:
tqzhang 2024-05-07 16:47:54 +08:00
parent 4f62c2d479
commit a353a4d6bf
1 changed files with 0 additions and 47 deletions

View File

@ -1,47 +0,0 @@
package com.bonus.autoweb.UI.entity;
import lombok.Data;
/**
* 日报实体类
* 附件六-预警及应急响应情况跟踪表
* @author zys
*/
@Data
public class AnnexSixBean {
/**
* 领导及指挥人员
*/
private String leaders_command_staff;
/**
* 投入力量
* 人员
*/
private String input_amount_person;
/**
* 投入力量
* 车辆
*/
private String input_amount_vehicle;
/**
* 投入力量
* 发电车
*/
private String input_amount_power_vehicle;
/**
* 投入力量
* 发电机
*/
private String input_amount_dynamo;
/**
* 备注
*/
private String remark;
}