删除 src/main/java/com/bonus/autoweb/UI/entity/AnnexFourBean.java
This commit is contained in:
parent
73dd33b53a
commit
4dabe2f955
|
|
@ -1,58 +0,0 @@
|
||||||
package com.bonus.autoweb.UI.entity;
|
|
||||||
|
|
||||||
import lombok.Data;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 日报实体类
|
|
||||||
* 附件四-疫情防控供电保障情况统计表
|
|
||||||
* @author zys
|
|
||||||
*/
|
|
||||||
@Data
|
|
||||||
public class AnnexFourBean {
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 定点医院
|
|
||||||
*/
|
|
||||||
private String designated_hospitals;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 发热门诊
|
|
||||||
*/
|
|
||||||
private String fever_clinic;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 防疫用品企业
|
|
||||||
*/
|
|
||||||
private String epidemic_enterprise;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 其他重要用户
|
|
||||||
*/
|
|
||||||
private String other_important_users;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 客户用电保障人员
|
|
||||||
*/
|
|
||||||
private String customer_power_personnel;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 电网运维保障人员
|
|
||||||
*/
|
|
||||||
private String power_devops_personnel;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 保电车辆
|
|
||||||
*/
|
|
||||||
private String electrically_vehicles;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 应急发电车
|
|
||||||
*/
|
|
||||||
private String emergency_power_vehicles;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 应急发电机
|
|
||||||
*/
|
|
||||||
private String emergency_generator;
|
|
||||||
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue