删除 src/main/java/com/bonus/autoweb/UI/entity/AnnexNineBean.java
This commit is contained in:
parent
9dd55ee314
commit
233a2a6b22
|
|
@ -1,45 +0,0 @@
|
||||||
package com.bonus.autoweb.UI.entity;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 日报实体类
|
|
||||||
* 附件九-台区用户停电及恢复
|
|
||||||
* @author ztq
|
|
||||||
*/
|
|
||||||
|
|
||||||
import lombok.Data;
|
|
||||||
|
|
||||||
@Data
|
|
||||||
public class AnnexNineBean {
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 台区
|
|
||||||
*/
|
|
||||||
private String add_blackout_tai_district;
|
|
||||||
private String add_repair_tai_district;
|
|
||||||
private String add_no_repair_tai_district;
|
|
||||||
|
|
||||||
private String cumulative_blackout_tai_district;
|
|
||||||
private String cumulative_repair_tai_district;
|
|
||||||
private String cumulative_no_repair_tai_district;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 用户
|
|
||||||
*/
|
|
||||||
private String add_blackout_user;
|
|
||||||
private String add_repair_user;
|
|
||||||
private String add_no_repair_user;
|
|
||||||
|
|
||||||
private String cumulative_blackout_user;
|
|
||||||
private String cumulative_repair_user;
|
|
||||||
private String cumulative_no_repair_user;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 出动抢修力量
|
|
||||||
* 人员 车辆
|
|
||||||
*/
|
|
||||||
private String add_power_personnel;
|
|
||||||
private String add_power_vehicle;
|
|
||||||
|
|
||||||
private String cumulative_power_personnel;
|
|
||||||
private String cumulative_power_vehicle;
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue