123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171 |
- package com.sinosoft.am.plan.vo;
- public class ContingencyPlanHuiZongBean{
- private String comp_id;//单位ID
-
- private int ztPlan;//总体预案
-
- private int zxPlan;//专项预案
- private int zrzh;//自然灾害
- private int sgzh;//事故灾难
- private int ggws;//公共卫生
- private int shaq;//社会安全
-
- private int xcczPlan;//现场处置
- private int zrzhxc;//自然灾害
- private int sgzhxc;//事故灾难
- private int ggwsxc;//公共卫生
- private int shaqxc;//社会安全
-
- private int zTotal;//总合计
-
- private int bmhj;//部门预案
- private int aqjcb;//安全监察部
- private int xtyxb;//系统运行部
- private int gjb;//国际部
- private int bgt;//国际部
- private int scsbglb;//生产设备管理部
-
- private int zhengfu;//政府预案
-
- public int getZhengfu() {
- return zhengfu;
- }
- public void setZhengfu(int zhengfu) {
- this.zhengfu = zhengfu;
- }
- public String getComp_id() {
- return comp_id;
- }
- public void setComp_id(String comp_id) {
- this.comp_id = comp_id;
- }
- public int getZtPlan() {
- return ztPlan;
- }
- public void setZtPlan(int ztPlan) {
- this.ztPlan = ztPlan;
- }
- public int getZxPlan() {
- return zxPlan;
- }
- public void setZxPlan(int zxPlan) {
- this.zxPlan = zxPlan;
- }
- public int getZrzh() {
- return zrzh;
- }
- public void setZrzh(int zrzh) {
- this.zrzh = zrzh;
- }
- public int getSgzh() {
- return sgzh;
- }
- public void setSgzh(int sgzh) {
- this.sgzh = sgzh;
- }
- public int getGgws() {
- return ggws;
- }
- public void setGgws(int ggws) {
- this.ggws = ggws;
- }
- public int getShaq() {
- return shaq;
- }
- public void setShaq(int shaq) {
- this.shaq = shaq;
- }
- public int getXcczPlan() {
- return xcczPlan;
- }
- public void setXcczPlan(int xcczPlan) {
- this.xcczPlan = xcczPlan;
- }
- public int getZrzhxc() {
- return zrzhxc;
- }
- public void setZrzhxc(int zrzhxc) {
- this.zrzhxc = zrzhxc;
- }
- public int getSgzhxc() {
- return sgzhxc;
- }
- public void setSgzhxc(int sgzhxc) {
- this.sgzhxc = sgzhxc;
- }
- public int getGgwsxc() {
- return ggwsxc;
- }
- public void setGgwsxc(int ggwsxc) {
- this.ggwsxc = ggwsxc;
- }
- public int getShaqxc() {
- return shaqxc;
- }
- public void setShaqxc(int shaqxc) {
- this.shaqxc = shaqxc;
- }
- public int getzTotal() {
- return zTotal;
- }
- public void setzTotal(int zTotal) {
- this.zTotal = zTotal;
- }
- public int getAqjcb() {
- return aqjcb;
- }
- public void setAqjcb(int aqjcb) {
- this.aqjcb = aqjcb;
- }
- public int getXtyxb() {
- return xtyxb;
- }
- public void setXtyxb(int xtyxb) {
- this.xtyxb = xtyxb;
- }
- public int getGjb() {
- return gjb;
- }
- public void setGjb(int gjb) {
- this.gjb = gjb;
- }
- public int getScsbglb() {
- return scsbglb;
- }
- public void setScsbglb(int scsbglb) {
- this.scsbglb = scsbglb;
- }
- public int getXxb() {
- return xxb;
- }
- public void setXxb(int xxb) {
- this.xxb = xxb;
- }
- public int getScyxb() {
- return scyxb;
- }
- public void setScyxb(int scyxb) {
- this.scyxb = scyxb;
- }
-
- public int getBmhj() {
- return bmhj;
- }
- public void setBmhj(int bmhj) {
- this.bmhj = bmhj;
- }
-
- public int getBgt() {
- return bgt;
- }
- public void setBgt(int bgt) {
- this.bgt = bgt;
- }
-
- private int xxb;//信息部
- private int scyxb;//市场营销部
-
- }
|