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

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

View File

@ -1,69 +0,0 @@
package com.bonus.autoweb.UI.entity;
import lombok.Data;
/**
* 日报实体类
* 附件七-变电站停运及恢复
* @author ztq
*/
@Data
public class AnnexSevenBean {
/**
* 特高压
*/
private String power_substation_add_outage_uvh;
private String power_substation_add_repair_uvh;
private String power_substation_add_no_repair_uvh;
private String power_substation_cumulative_outage_uvh;
private String power_substation_cumulative_repair_uvh;
private String power_substation_cumulative_no_repair_uvh;
/**
* 500kv
*/
private String power_substation_add_outage_five;
private String power_substation_add_repair_five;
private String power_substation_add_no_repair_five;
private String power_substation_cumulative_outage_five;
private String power_substation_cumulative_repair_five;
private String power_substation_cumulative_no_repair_five;
/**
* 220/300kv
*/
private String power_substation_add_outage_two;
private String power_substation_add_repair_two;
private String power_substation_add_no_repair_two;
private String power_substation_cumulative_outage_two;
private String power_substation_cumulative_repair_two;
private String power_substation_cumulative_no_repair_two;
/**
* 110/66kv
*/
private String power_substation_add_outage_one;
private String power_substation_add_repair_one;
private String power_substation_add_no_repair_one;
private String power_substation_cumulative_outage_one;
private String power_substation_cumulative_repair_one;
private String power_substation_cumulative_no_repair_one;
/**
* 35kv
*/
private String power_substation_add_outage_three;
private String power_substation_add_repair_three;
private String power_substation_add_no_repair_three;
private String power_substation_cumulative_outage_three;
private String power_substation_cumulative_repair_three;
private String power_substation_cumulative_no_repair_three;
}