利辛自动化小程序
This commit is contained in:
parent
3f545da5e8
commit
1b91386b73
|
|
@ -17,58 +17,58 @@ public class DailyBean {
|
||||||
/**
|
/**
|
||||||
* 重要事项
|
* 重要事项
|
||||||
*/
|
*/
|
||||||
private String importantMatters;
|
private String important_matters;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 安全生产情况
|
* 安全生产情况
|
||||||
*/
|
*/
|
||||||
private String safetyProduction;
|
private String safety_production;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 值班员日常工作情况
|
* 值班员日常工作情况
|
||||||
*/
|
*/
|
||||||
private String personnelDailyWork;
|
private String personnel_daily_work;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 供电保障情况
|
* 供电保障情况
|
||||||
* 今日重大活动保电情况
|
* 今日重大活动保电情况
|
||||||
*/
|
*/
|
||||||
private String powerGuaranteeTodayWork;
|
private String power_guarantee_today_work;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 供电保障情况
|
* 供电保障情况
|
||||||
* 明日重大保电情况
|
* 明日重大保电情况
|
||||||
*/
|
*/
|
||||||
private String powerGuaranteeTomorrowWork;
|
private String power_guarantee_tomorrow_work;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 供电保障情况
|
* 供电保障情况
|
||||||
* 今日疫情防控应急保电情况
|
* 今日疫情防控应急保电情况
|
||||||
*/
|
*/
|
||||||
private String powerGuaranteeTodayPestilence;
|
private String power_guarantee_today_pestilence;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 预警及应急响应情况
|
* 预警及应急响应情况
|
||||||
* 公司预警情况
|
* 公司预警情况
|
||||||
*/
|
*/
|
||||||
private String warningCompany;
|
private String warning_company;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 预警及应急响应情况
|
* 预警及应急响应情况
|
||||||
* 公司应急响应情况
|
* 公司应急响应情况
|
||||||
*/
|
*/
|
||||||
private String warningCompanyImpatient;
|
private String warning_company_impatient;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 预警及应急响应情况
|
* 预警及应急响应情况
|
||||||
* 社会突发事件救援及处置情况
|
* 社会突发事件救援及处置情况
|
||||||
*/
|
*/
|
||||||
private String warningSocietyEmergency;
|
private String warning_society_emergency;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 其他情况说明
|
* 其他情况说明
|
||||||
*/
|
*/
|
||||||
private String otherSituations;
|
private String other_situations;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 附件一
|
* 附件一
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue