利辛自动化小程序
This commit is contained in:
parent
6b0552026e
commit
95c92ca03f
|
|
@ -13,66 +13,66 @@ public class AnnexEightBean {
|
||||||
/**
|
/**
|
||||||
* 特高压
|
* 特高压
|
||||||
*/
|
*/
|
||||||
private String transmitElectricityAddOutageUvh;
|
private String transmit_electricity_add_outage_uvh;
|
||||||
private String transmitElectricityAddRepairUvh;
|
private String transmit_electricity_add_repair_uvh;
|
||||||
private String transmitElectricityAddNoRepairUvh;
|
private String transmit_electricity_add_no_repair_uvh;
|
||||||
|
|
||||||
private String transmitElectricityCumulativeOutageUvh;
|
private String transmit_electricity_cumulative_outage_uvh;
|
||||||
private String transmitElectricityCumulativeRepairUvh;
|
private String transmit_electricity_cumulative_repair_uvh;
|
||||||
private String transmitElectricityCumulativeNoRepairUvh;
|
private String transmit_electricity_cumulative_no_repair_uvh;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 500kv
|
* 500kv
|
||||||
*/
|
*/
|
||||||
private String transmitElectricityAddOutageFive;
|
private String transmit_electricity_add_outage_five;
|
||||||
private String transmitElectricityAddRepairFive;
|
private String transmit_electricity_add_repair_five;
|
||||||
private String transmitElectricityAddNoRepairFive;
|
private String transmit_electricity_add_no_repair_five;
|
||||||
|
|
||||||
private String transmitElectricityCumulativeOutageFive;
|
private String transmit_electricity_cumulative_outage_five;
|
||||||
private String transmitElectricityCumulativeRepairFive;
|
private String transmit_electricity_cumulative_repair_five;
|
||||||
private String transmitElectricityCumulativeNoRepairFive;
|
private String transmit_electricity_cumulative_no_repair_five;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 220/300kv
|
* 220/300kv
|
||||||
*/
|
*/
|
||||||
private String transmitElectricityAddOutageTwo;
|
private String transmit_electricity_add_outage_two;
|
||||||
private String transmitElectricityAddRepairTwo;
|
private String transmit_electricity_add_repair_two;
|
||||||
|
private String transmit_electricity_add_no_repair_two;
|
||||||
|
|
||||||
private String transmitElectricityCumulativeOutageTwo;
|
private String transmit_electricity_cumulative_outage_two;
|
||||||
private String transmitElectricityAddNoRepairTwo;
|
private String transmit_electricity_cumulative_repair_two;
|
||||||
private String transmitElectricityCumulativeRepairTwo;
|
private String transmit_electricity_cumulative_no_repair_two;
|
||||||
private String transmitElectricityCumulativeNoRepairTwo;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 110/66kv
|
* 110/66kv
|
||||||
*/
|
*/
|
||||||
private String transmitElectricityAddOutageOne;
|
private String transmit_electricity_add_outage_one;
|
||||||
private String transmitElectricityAddRepairOne;
|
private String transmit_electricity_add_repair_one;
|
||||||
private String transmitElectricityAddNoRepairOne;
|
private String transmit_electricity_add_no_repair_one;
|
||||||
|
|
||||||
private String transmitElectricityCumulativeOutageOne;
|
private String transmit_electricity_cumulative_outage_one;
|
||||||
private String transmitElectricityCumulativeRepairOne;
|
private String transmit_electricity_cumulative_repair_one;
|
||||||
private String transmitElectricityCumulativeNoRepairOne;
|
private String transmit_electricity_cumulative_no_repair_one;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 35kv
|
* 35kv
|
||||||
*/
|
*/
|
||||||
private String transmitElectricityAddOutageThree;
|
private String transmit_electricity_add_outage_three;
|
||||||
private String transmitElectricityAddRepairThree;
|
private String transmit_electricity_add_repair_three;
|
||||||
private String transmitElectricityAddNoRepairThree;
|
private String transmit_electricity_add_no_repair_three;
|
||||||
|
|
||||||
private String transmitElectricityCumulativeOutageThree;
|
private String transmit_electricity_cumulative_outage_three;
|
||||||
private String transmitElectricityCumulativeRepairThree;
|
private String transmit_electricity_cumulative_repair_three;
|
||||||
private String transmitElectricityCumulativeNoRepairThree;
|
private String transmit_electricity_cumulative_no_repair_three;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 10kv
|
* 10kv
|
||||||
*/
|
*/
|
||||||
private String transmitElectricityAddOutageTen;
|
private String transmit_electricity_add_outage_ten;
|
||||||
private String transmitElectricityAddRepairTen;
|
private String transmit_electricity_add_repair_ten;
|
||||||
private String transmitElectricityAddNoRepairTen;
|
private String transmit_electricity_add_no_repair_ten;
|
||||||
|
|
||||||
private String transmitElectricityCumulativeOutageTen;
|
private String transmit_electricity_cumulative_outage_ten;
|
||||||
private String transmitElectricityCumulativeRepairTen;
|
private String transmit_electricity_cumulative_repair_ten;
|
||||||
private String transmitElectricityCumulativeNoRepairTen;
|
private String transmit_electricity_cumulative_no_repair_ten;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -12,10 +12,12 @@ import lombok.Data;
|
||||||
|
|
||||||
@Data
|
@Data
|
||||||
public class AnnexFiveBean {
|
public class AnnexFiveBean {
|
||||||
|
//入境筛选和集中观察场所数量
|
||||||
private String airportPort;
|
private String airportPort;
|
||||||
private String venueHospital;
|
private String venueHospital;
|
||||||
private String guesthouseHotel;
|
private String guesthouseHotel;
|
||||||
private String safeguardPersonnel;
|
private String safeguardPersonnel;
|
||||||
|
//投入力量
|
||||||
private String electricallyGuaranteedVehicles;
|
private String electricallyGuaranteedVehicles;
|
||||||
private String powerGenerationVehicles;
|
private String powerGenerationVehicles;
|
||||||
private String dynamo;
|
private String dynamo;
|
||||||
|
|
|
||||||
|
|
@ -13,46 +13,46 @@ public class AnnexFourBean {
|
||||||
/**
|
/**
|
||||||
* 定点医院
|
* 定点医院
|
||||||
*/
|
*/
|
||||||
private String designatedHospitals;
|
private String designated_hospitals;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 发热门诊
|
* 发热门诊
|
||||||
*/
|
*/
|
||||||
private String feverClinic;
|
private String fever_clinic;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 防疫用品企业
|
* 防疫用品企业
|
||||||
*/
|
*/
|
||||||
private String epidemicEnterprise;
|
private String epidemic_enterprise;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 其他重要用户
|
* 其他重要用户
|
||||||
*/
|
*/
|
||||||
private String otherImportantUsers;
|
private String other_important_users;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 客户用电保障人员
|
* 客户用电保障人员
|
||||||
*/
|
*/
|
||||||
private String customerPowerPersonnel;
|
private String customer_power_personnel;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 电网运维保障人员
|
* 电网运维保障人员
|
||||||
*/
|
*/
|
||||||
private String powerDevopsPersonnel;
|
private String power_devops_personnel;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 保电车辆
|
* 保电车辆
|
||||||
*/
|
*/
|
||||||
private String electricallyVehicles;
|
private String electrically_vehicles;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 应急发电车
|
* 应急发电车
|
||||||
*/
|
*/
|
||||||
private String emergencyPowerVehicles;
|
private String emergency_power_vehicles;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 应急发电机
|
* 应急发电机
|
||||||
*/
|
*/
|
||||||
private String emergencyGenerator;
|
private String emergency_generator;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -14,32 +14,32 @@ public class AnnexNineBean {
|
||||||
/**
|
/**
|
||||||
* 台区
|
* 台区
|
||||||
*/
|
*/
|
||||||
private String addBlackoutTaiDistrict;
|
private String add_blackout_tai_district;
|
||||||
private String addRepairTaiDistrict;
|
private String add_repair_tai_district;
|
||||||
private String addNoRepairTaiDistrict;
|
private String add_no_repair_tai_district;
|
||||||
|
|
||||||
private String cumulativeBlackoutTaiDistrict;
|
private String cumulative_blackout_tai_district;
|
||||||
private String cumulativeRepairTaiDistrict;
|
private String cumulative_repair_tai_district;
|
||||||
private String cumulativeNoRepairTaiDistrict;
|
private String cumulative_no_repair_tai_district;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 用户
|
* 用户
|
||||||
*/
|
*/
|
||||||
private String addBlackoutUser;
|
private String add_blackout_user;
|
||||||
private String addRepairUser;
|
private String add_repair_user;
|
||||||
private String addNoRepairUser;
|
private String add_no_repair_user;
|
||||||
|
|
||||||
private String cumulativeBlackoutUser;
|
private String cumulative_blackout_user;
|
||||||
private String cumulativeRepairUser;
|
private String cumulative_repair_user;
|
||||||
private String cumulativeNoRepairUser;
|
private String cumulative_no_repair_user;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 出动抢修力量
|
* 出动抢修力量
|
||||||
* 人员 车辆
|
* 人员 车辆
|
||||||
*/
|
*/
|
||||||
private String addPowerPersonnel;
|
private String add_power_personnel;
|
||||||
private String addPowerVehicle;
|
private String add_power_vehicle;
|
||||||
|
|
||||||
private String cumulativePowerPersonnel;
|
private String cumulative_power_personnel;
|
||||||
private String cumulativePowerVehicle;
|
private String cumulative_power_vehicle;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -16,36 +16,36 @@ public class AnnexOneBean {
|
||||||
* 通信测试
|
* 通信测试
|
||||||
* 重要站线视频连线检查
|
* 重要站线视频连线检查
|
||||||
*/
|
*/
|
||||||
private String exerciseContent;
|
private String exercise_content;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 操练数量
|
* 操练数量
|
||||||
* 人员
|
* 人员
|
||||||
*/
|
*/
|
||||||
private String exercisePersonNum;
|
private String exercise_person_num;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 操练数量
|
* 操练数量
|
||||||
* 车辆
|
* 车辆
|
||||||
*/
|
*/
|
||||||
private String exerciseVehicleNum;
|
private String exercise_vehicle_num;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 操练数量
|
* 操练数量
|
||||||
* 发电车
|
* 发电车
|
||||||
*/
|
*/
|
||||||
private String exercisePowerVehicleNum;
|
private String exercise_power_vehicle_num;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 操练数量
|
* 操练数量
|
||||||
* 发电机
|
* 发电机
|
||||||
*/
|
*/
|
||||||
private String exerciseDynamoNum;
|
private String exercise_dynamo_num;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 操练发现的问题
|
* 操练发现的问题
|
||||||
*/
|
*/
|
||||||
private String exerciseFindProblems;
|
private String exercise_find_problems;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 备注
|
* 备注
|
||||||
|
|
|
||||||
|
|
@ -13,57 +13,57 @@ public class AnnexSevenBean {
|
||||||
/**
|
/**
|
||||||
* 特高压
|
* 特高压
|
||||||
*/
|
*/
|
||||||
private String powerSubstationAddOutageUvh;
|
private String power_substation_add_outage_uvh;
|
||||||
private String powerSubstationAddRepairUvh;
|
private String power_substation_add_repair_uvh;
|
||||||
private String powerSubstationAddNoRepairUvh;
|
private String power_substation_add_no_repair_uvh;
|
||||||
|
|
||||||
private String powerSubstationCumulativeOutageUvh;
|
private String power_substation_cumulative_outage_uvh;
|
||||||
private String powerSubstationCumulativeRepairUvh;
|
private String power_substation_cumulative_repair_uvh;
|
||||||
private String powerSubstationCumulativeNoRepairUvh;
|
private String power_substation_cumulative_no_repair_uvh;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 500kv
|
* 500kv
|
||||||
*/
|
*/
|
||||||
private String powerSubstationAddOutageFive;
|
private String power_substation_add_outage_five;
|
||||||
private String powerSubstationAddRepairFive;
|
private String power_substation_add_repair_five;
|
||||||
private String powerSubstationAddNoRepairFive;
|
private String power_substation_add_no_repair_five;
|
||||||
|
|
||||||
private String powerSubstationCumulativeOutageFive;
|
private String power_substation_cumulative_outage_five;
|
||||||
private String powerSubstationCumulativeRepairFive;
|
private String power_substation_cumulative_repair_five;
|
||||||
private String powerSubstationCumulativeNoRepairFive;
|
private String power_substation_cumulative_no_repair_five;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 220/300kv
|
* 220/300kv
|
||||||
*/
|
*/
|
||||||
private String powerSubstationAddOutageTwo;
|
private String power_substation_add_outage_two;
|
||||||
private String powerSubstationAddRepairTwo;
|
private String power_substation_add_repair_two;
|
||||||
private String powerSubstationAddNoRepairTwo;
|
private String power_substation_add_no_repair_two;
|
||||||
|
|
||||||
private String powerSubstationCumulativeOutageTwo;
|
private String power_substation_cumulative_outage_two;
|
||||||
private String powerSubstationCumulativeRepairTwo;
|
private String power_substation_cumulative_repair_two;
|
||||||
private String powerSubstationCumulativeNoRepairTwo;
|
private String power_substation_cumulative_no_repair_two;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 110/66kv
|
* 110/66kv
|
||||||
*/
|
*/
|
||||||
private String powerSubstationAddOutageOne;
|
private String power_substation_add_outage_one;
|
||||||
private String powerSubstationAddRepairOne;
|
private String power_substation_add_repair_one;
|
||||||
private String powerSubstationAddNoRepairOne;
|
private String power_substation_add_no_repair_one;
|
||||||
|
|
||||||
private String powerSubstationCumulativeOutageOne;
|
private String power_substation_cumulative_outage_one;
|
||||||
private String powerSubstationCumulativeRepairOne;
|
private String power_substation_cumulative_repair_one;
|
||||||
private String powerSubstationCumulativeNoRepairOne;
|
private String power_substation_cumulative_no_repair_one;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 35kv
|
* 35kv
|
||||||
*/
|
*/
|
||||||
private String powerSubstationAddOutageThree;
|
private String power_substation_add_outage_three;
|
||||||
private String powerSubstationAddRepairThree;
|
private String power_substation_add_repair_three;
|
||||||
private String powerSubstationAddNoRepairThree;
|
private String power_substation_add_no_repair_three;
|
||||||
|
|
||||||
private String powerSubstationCumulativeOutageThree;
|
private String power_substation_cumulative_outage_three;
|
||||||
private String powerSubstationCumulativeRepairThree;
|
private String power_substation_cumulative_repair_three;
|
||||||
private String powerSubstationCumulativeNoRepairThree;
|
private String power_substation_cumulative_no_repair_three;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -13,31 +13,31 @@ public class AnnexSixBean {
|
||||||
/**
|
/**
|
||||||
* 领导及指挥人员
|
* 领导及指挥人员
|
||||||
*/
|
*/
|
||||||
private String leadersCommandStaff;
|
private String leaders_command_staff;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 投入力量
|
* 投入力量
|
||||||
* 人员
|
* 人员
|
||||||
*/
|
*/
|
||||||
private String inputAmountPerson;
|
private String input_amount_person;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 投入力量
|
* 投入力量
|
||||||
* 车辆
|
* 车辆
|
||||||
*/
|
*/
|
||||||
private String inputAmountVehicle;
|
private String input_amount_vehicle;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 投入力量
|
* 投入力量
|
||||||
* 发电车
|
* 发电车
|
||||||
*/
|
*/
|
||||||
private String inputAmountPowerVehicle;
|
private String input_amount_power_vehicle;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 投入力量
|
* 投入力量
|
||||||
* 发电机
|
* 发电机
|
||||||
*/
|
*/
|
||||||
private String inputAmountDynamo;
|
private String input_amount_dynamo;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 备注
|
* 备注
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue