253 lines
4.9 KiB
Plaintext
253 lines
4.9 KiB
Plaintext
package com.sercurityControl.proteam.domain.vo;
|
|
|
|
import com.securityControl.common.core.constant.annotation.Excel;
|
|
import lombok.Data;
|
|
|
|
/**
|
|
* 设备管理
|
|
*/
|
|
@Data
|
|
public class PreservationVo extends TablePage {
|
|
|
|
private String id;
|
|
|
|
@Excel(name = "单位")
|
|
private String unit;//单位
|
|
@Excel(name = "安全编码")
|
|
private String aq_code;//安全编码
|
|
@Excel(name = "在施工程名称")
|
|
private String pro_name;//
|
|
@Excel(name = "在施工程作业范围")
|
|
private String zsgcfw;//在施工程作业范围
|
|
@Excel(name = "工程规模")
|
|
private String gcgm;//
|
|
@Excel(name = "安全总监及手机号")
|
|
private String aqzj;//安全总监及手机号
|
|
|
|
@Excel(name = "建设单位")
|
|
private String org; //建设单位
|
|
@Excel(name = "监理单位")
|
|
private String jldw;//
|
|
@Excel(name = "施工单位")
|
|
private String sgdw;
|
|
@Excel(name = "工程位置")
|
|
private String gcwz;
|
|
@Excel(name = "计划开工时间")
|
|
private String jhkgsj;
|
|
@Excel(name = "计划竣工时间")
|
|
private String jhjgsj;
|
|
|
|
@Excel(name = "当前工程进度")
|
|
private String gcjd;
|
|
|
|
@Excel(name = "当前工程状态")
|
|
private String gczt;
|
|
|
|
@Excel(name = "当前风险等级")
|
|
private String risklevel;
|
|
|
|
@Excel(name = "当前风险判断理由")
|
|
private String risk_ly;
|
|
|
|
@Excel(name = "梳理时间")
|
|
private String update_time;
|
|
|
|
@Excel(name = "下次梳理时间")
|
|
private String next_time;
|
|
|
|
@Excel(name = "下次梳理重点")
|
|
private String next_import;
|
|
|
|
@Excel(name = "备注")
|
|
private String remarks;
|
|
|
|
private String del_flag;
|
|
|
|
private String keyWord;//关键字
|
|
|
|
public String getUnit() {
|
|
return unit;
|
|
}
|
|
|
|
public void setUnit(String unit) {
|
|
this.unit = unit;
|
|
}
|
|
|
|
public String getAq_code() {
|
|
return aq_code;
|
|
}
|
|
|
|
public void setAq_code(String aq_code) {
|
|
this.aq_code = aq_code;
|
|
}
|
|
|
|
public String getpPro_name() {
|
|
return pro_name;
|
|
}
|
|
|
|
public void setPro_name(String pro_name) {
|
|
this.pro_name = pro_name;
|
|
}
|
|
|
|
public String getZsgcfw() {
|
|
return zsgcfw;
|
|
}
|
|
|
|
public void setZsgcfw(String zsgcfw) {
|
|
this.zsgcfw = zsgcfw;
|
|
}
|
|
|
|
public String getGcgm() {
|
|
return gcgm;
|
|
}
|
|
|
|
public void setGcgme(String gcgm) {
|
|
this.gcgm = gcgm;
|
|
}
|
|
|
|
public String getAqzj() {
|
|
return aqzj;
|
|
}
|
|
|
|
public void setAqzj(String aqzj) {
|
|
this.aqzj = aqzj;
|
|
}
|
|
|
|
public String getOrg() {
|
|
return org;
|
|
}
|
|
|
|
public void setOrg(String org) {
|
|
this.org = org;
|
|
}
|
|
|
|
public String getJldw() {
|
|
return jldw;
|
|
}
|
|
|
|
public void setJldw(String jldw) {
|
|
this.jldw = jldw;
|
|
}
|
|
|
|
public String getSgdw() {
|
|
return sgdw;
|
|
}
|
|
|
|
public void setSgdw(String sgdw) {
|
|
this.sgdw = sgdw;
|
|
}
|
|
|
|
public String getId() {
|
|
return id;
|
|
}
|
|
|
|
public void setId(String id) {
|
|
this.id = id;
|
|
}
|
|
|
|
public String getGcwz() {
|
|
return gcwz;
|
|
}
|
|
|
|
public void setGcwz(String gcwz) {
|
|
this.gcwz = gcwz;
|
|
}
|
|
|
|
public String getJhkgsj() {
|
|
return jhkgsj;
|
|
}
|
|
|
|
public void setJhkgsj(String jhkgsj) {
|
|
this.jhkgsj = jhkgsj;
|
|
}
|
|
|
|
public String getJhjgsj() {
|
|
return jhjgsj;
|
|
}
|
|
|
|
public void setJhjgsj(String jhjgsj) {
|
|
this.jhjgsj = jhjgsj;
|
|
}
|
|
|
|
public String getGcjd() {
|
|
return gcjd;
|
|
}
|
|
|
|
public void setGcjd(String gcjd) {
|
|
this.gcjd = gcjd;
|
|
}
|
|
|
|
public String getGczt() {
|
|
return gczt;
|
|
}
|
|
|
|
public void setGczt(String gczt) {
|
|
this.gczt = gczt;
|
|
}
|
|
|
|
public String getRisklevel() {
|
|
return risklevel;
|
|
}
|
|
|
|
public void setRisklevel(String risklevel) {
|
|
this.risklevel = risklevel;
|
|
}
|
|
|
|
public String getRisk_ly() {
|
|
return risk_ly;
|
|
}
|
|
|
|
public void setRisk_ly(String risk_ly) {
|
|
this.risk_ly = risk_ly;
|
|
}
|
|
|
|
public String getUpdate_time() {
|
|
return update_time;
|
|
}
|
|
|
|
public void setUpdate_time(String update_time) {
|
|
this.update_time = update_time;
|
|
}
|
|
|
|
public String getNext_time() {
|
|
return next_time;
|
|
}
|
|
|
|
public void setNext_time(String next_time) {
|
|
this.next_time = next_time;
|
|
}
|
|
|
|
public String getNext_import() {
|
|
return next_import;
|
|
}
|
|
|
|
public void setNext_import(String next_import) {
|
|
this.next_import = next_import;
|
|
}
|
|
|
|
public String getRemarks() {
|
|
return remarks;
|
|
}
|
|
|
|
public void setRemarks(String remarks) {
|
|
this.remarks = remarks;
|
|
}
|
|
|
|
public String getDel_flag() {
|
|
return del_flag;
|
|
}
|
|
|
|
public void setDel_flag(String del_flag) {
|
|
this.del_flag = del_flag;
|
|
}
|
|
|
|
public String getKeyWord() {
|
|
return keyWord;
|
|
}
|
|
|
|
public void setKeyWord(String keyWord) {
|
|
this.keyWord = keyWord;
|
|
}
|
|
|
|
}
|