123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308 |
- package com.jtgh.cjhs.entity;
- /* ====================================================================
- * $Source: $
- * $Author: $
- * $Revision: $
- * $Date: $
- * ====================================================================
- * File Gkwxhwzyfzblhhz.java
- * Description
- * History 2014/01/03
- * Copyright 2002 Co. All Rights Reserved.
- * ====================================================================
- */
- import java.io.Serializable;
- import java.util.Date;
- import javax.persistence.Entity;
- import javax.persistence.Id;
- import javax.persistence.Table;
- /**
- * 港口危险货物作业"附证" 办理或换证申请表
- *
- * @author
- * @version 1.0
- */
- @Entity
- @Table(name = "YJPT_GKWXHWZYFZBLHHZ")
- public class YjptGkwxhwzyfzblhhzEntity implements Serializable {
- /**
- *
- */
- private static final long serialVersionUID = -1373469066307163413L;
- /**
- * id
- */
- private String id = null;
- private String szd =null;//所在地
- private String ssgq = null;// 港区
- private String qymc;//企业名称
- private String blbh;//办理编号
- /**
- * dz
- */
- private String dz = null;
- /**
- * fddbr
- */
- private String fddbr = null;
- /**
- * aqgljg
- */
- private String aqgljg = null;
- private String gkjyxkz;
- /**
- * 安全副总
- */
- private String aqfz = null;
- /**
- * gqgljgfzrxm
- */
- private String gqgljgfzrxm = null;
- /**
- * gqgljgfzrzc
- */
- private String gqgljgfzrzc = null;
- /**
- * gqgljgfzrlxdh
- */
- private String gqgljgfzrlxdh = null;
- /**
- * gqgljgfzrdzyx
- */
- private String gqgljgfzrdzyx = null;
- /** 作业场所 */
- private String zycs;
- /** 产权 */
- private String cq;
- /** 作业方式 */
- private String zyfs;
- /** 危货等级 */
- private String whdj;
- /** 作业危险货物品名 */
- private String zywxhwpm;
- /** 编号 */
- private String bh;
- /** 发证机关 */
- private String fzjg;
- // 开始时间就是发证时间
- private Date yxqkssj;
- /** 有效期止 */
- private Date yxqjssj;
- /** 作业场所编号 */
- private String fzcsbh;
- /** 企业内部编号 */
- private String qynbbh;
- @Id
- public String getId() {
- return id;
- }
- public void setId(String id) {
- this.id = id;
- }
- public String getSsgq() {
- return ssgq;
- }
- public void setSsgq(String ssgq) {
- this.ssgq = ssgq;
- }
- public String getDz() {
- return dz;
- }
- public void setDz(String dz) {
- this.dz = dz;
- }
- public String getFddbr() {
- return fddbr;
- }
- public void setFddbr(String fddbr) {
- this.fddbr = fddbr;
- }
- public String getAqgljg() {
- return aqgljg;
- }
- public void setAqgljg(String aqgljg) {
- this.aqgljg = aqgljg;
- }
- public String getGkjyxkz() {
- return gkjyxkz;
- }
- public void setGkjyxkz(String gkjyxkz) {
- this.gkjyxkz = gkjyxkz;
- }
- public String getAqfz() {
- return aqfz;
- }
- public void setAqfz(String aqfz) {
- this.aqfz = aqfz;
- }
- public String getGqgljgfzrxm() {
- return gqgljgfzrxm;
- }
- public void setGqgljgfzrxm(String gqgljgfzrxm) {
- this.gqgljgfzrxm = gqgljgfzrxm;
- }
- public String getGqgljgfzrzc() {
- return gqgljgfzrzc;
- }
- public void setGqgljgfzrzc(String gqgljgfzrzc) {
- this.gqgljgfzrzc = gqgljgfzrzc;
- }
- public String getGqgljgfzrlxdh() {
- return gqgljgfzrlxdh;
- }
- public void setGqgljgfzrlxdh(String gqgljgfzrlxdh) {
- this.gqgljgfzrlxdh = gqgljgfzrlxdh;
- }
- public String getGqgljgfzrdzyx() {
- return gqgljgfzrdzyx;
- }
- public void setGqgljgfzrdzyx(String gqgljgfzrdzyx) {
- this.gqgljgfzrdzyx = gqgljgfzrdzyx;
- }
- public String getZycs() {
- return zycs;
- }
- public void setZycs(String zycs) {
- this.zycs = zycs;
- }
- public String getCq() {
- return cq;
- }
- public void setCq(String cq) {
- this.cq = cq;
- }
- public String getZyfs() {
- return zyfs;
- }
- public void setZyfs(String zyfs) {
- this.zyfs = zyfs;
- }
- public String getWhdj() {
- return whdj;
- }
- public void setWhdj(String whdj) {
- this.whdj = whdj;
- }
- public String getZywxhwpm() {
- return zywxhwpm;
- }
- public void setZywxhwpm(String zywxhwpm) {
- this.zywxhwpm = zywxhwpm;
- }
- public String getBh() {
- return bh;
- }
- public void setBh(String bh) {
- this.bh = bh;
- }
- public String getFzjg() {
- return fzjg;
- }
- public void setFzjg(String fzjg) {
- this.fzjg = fzjg;
- }
- public Date getYxqkssj() {
- return yxqkssj;
- }
- public void setYxqkssj(Date yxqkssj) {
- this.yxqkssj = yxqkssj;
- }
- public Date getYxqjssj() {
- return yxqjssj;
- }
- public void setYxqjssj(Date yxqjssj) {
- this.yxqjssj = yxqjssj;
- }
- public String getFzcsbh() {
- return fzcsbh;
- }
- public void setFzcsbh(String fzcsbh) {
- this.fzcsbh = fzcsbh;
- }
- public String getQynbbh() {
- return qynbbh;
- }
- public void setQynbbh(String qynbbh) {
- this.qynbbh = qynbbh;
- }
-
- /** 记录创建人 */
- private String addUser = null;
- /** 记录创建时间 */
- private Date addDate = null;
- /** 记录更新人 */
- private String updateUser = null;
- /** 记录更新时间 */
- private Date updateDate = null;
- /** 记录状态 */
- private int recordStatus = 1;
- public String getAddUser() {
- return addUser;
- }
- public void setAddUser(String addUser) {
- this.addUser = addUser;
- }
- public Date getAddDate() {
- return addDate;
- }
- public void setAddDate(Date addDate) {
- this.addDate = addDate;
- }
- public String getUpdateUser() {
- return updateUser;
- }
- public void setUpdateUser(String updateUser) {
- this.updateUser = updateUser;
- }
- public Date getUpdateDate() {
- return updateDate;
- }
- public void setUpdateDate(Date updateDate) {
- this.updateDate = updateDate;
- }
- public int getRecordStatus() {
- return recordStatus;
- }
- public void setRecordStatus(int recordStatus) {
- this.recordStatus = recordStatus;
- }
- public String getQymc() {
- return qymc;
- }
- public void setQymc(String qymc) {
- this.qymc = qymc;
- }
- public String getSzd() {
- return szd;
- }
- public void setSzd(String szd) {
- this.szd = szd;
- }
- public String getBlbh() {
- return blbh;
- }
- public void setBlbh(String blbh) {
- this.blbh = blbh;
- }
-
- }
|