123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643 |
- package com.ruoyi.project.shiftmgr.domain;
- import java.util.Date;
- import com.fasterxml.jackson.annotation.JsonFormat;
- import com.ruoyi.common.annotation.Excel;
- import com.ruoyi.common.core.domain.BaseEntity;
- import org.apache.commons.lang3.builder.ToStringBuilder;
- import org.apache.commons.lang3.builder.ToStringStyle;
- /**
- * 轮班日志对象 t_shift_log
- *
- * @author ruoyi
- * @date 2023-08-17
- */
- public class TShiftLog extends BaseEntity
- {
- private static final long serialVersionUID = 1L;
- /** id */
- private Long id;
- /** 倒班班组 */
- @Excel(name = "倒班班组")
- private String shiftTeam;
- /** 接班时间 */
- @JsonFormat(pattern = "yyyy-MM-dd HH:mm")
- @Excel(name = "接班时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm")
- private Date takeOverTime;
- /** 交班时间 */
- @JsonFormat(pattern = "yyyy-MM-dd HH:mm")
- @Excel(name = "交班时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm")
- private Date giveOverTime;
- /** 接班时工艺状况 */
- @Excel(name = "接班时工艺状况")
- private String tocp;
- /** 安全、环保、健康及5S事项班前简报 */
- @Excel(name = "安全、环保、健康及5S事项班前简报")
- private String ehs5sBriefing;
- /** C4分离和氧化吸收 */
- @Excel(name = "C4分离和氧化吸收")
- private String soa;
- /** 汽提和加氢 */
- @Excel(name = "汽提和加氢")
- private String sh;
- /** BDO环化 */
- @Excel(name = "BDO环化")
- private String bdoc;
- /** THF精馏 */
- @Excel(name = "THF精馏")
- private String thfd;
- /** PTHF单元 */
- @Excel(name = "PTHF单元")
- private String pthfUnit;
- /** DBP精馏 */
- @Excel(name = "DBP精馏")
- private String dbpd;
- /** TRU和蒸汽系统 */
- @Excel(name = "TRU和蒸汽系统")
- private String truss;
- /** PolyTHF Complex公用工程系统 */
- @Excel(name = "PolyTHF Complex公用工程系统")
- private String pthfCus;
- /** BIP公用工程系统 */
- @Excel(name = "BIP公用工程系统")
- private String bipus;
- /** 液化气和氢气 */
- @Excel(name = "液化气和氢气")
- private String lpgH2;
- /** TRU-CO */
- @Excel(name = "TRU-CO")
- private String q125601;
- /** TRU-非甲烷总烃 */
- @Excel(name = "TRU-非甲烷总烃")
- private String q125602;
- /** 厂界-THF */
- @Excel(name = "厂界-THF")
- private String q312018Q1;
- /** 厂界-MeOH */
- @Excel(name = "厂界-MeOH")
- private String q312018Q2;
- /** 厂界-MeAC */
- @Excel(name = "厂界-MeAC")
- private String q312018Q3;
- /** 厂界-Xylene */
- @Excel(name = "厂界-Xylene")
- private String q312018Q4;
- /** 雨水总管-TOC */
- @Excel(name = "雨水总管-TOC")
- private String q312000;
- /** 雨水总管-PH */
- @Excel(name = "雨水总管-PH")
- private String q312001;
- /** 异常状况描述 */
- @Excel(name = "异常状况描述")
- private String epdOther;
- /** 其他 */
- @Excel(name = "其他")
- private String ehsOther;
- /** 产品质量和分析报告 */
- @Excel(name = "产品质量和分析报告")
- private String qar;
- /** 电气及仪表 */
- @Excel(name = "电气及仪表")
- private String maEi;
- /** 机械 */
- @Excel(name = "机械")
- private String maMechanical;
- /** 第三方联系 */
- @Excel(name = "第三方联系")
- private String thirdPartyCommunication;
- /** 电气及仪表 */
- @Excel(name = "电气及仪表")
- private String fampEi;
- /** 机械 */
- @Excel(name = "机械")
- private String fampMechanical;
- /** 接班班组需继续的操作 */
- @Excel(name = "接班班组需继续的操作")
- private String faop;
- /** 评述 */
- @Excel(name = "评述")
- private String comments;
- /** 交班班组组长 */
- @Excel(name = "交班班组组长")
- private String hoShiftSup;
- /** 接班班组组长 */
- @Excel(name = "接班班组组长")
- private String toShiftSup;
- /** 删除标识 */
- private Integer delFlag;
- /** 状态 */
- @Excel(name = "状态")
- private Integer status;
- /** 创建人 */
- @Excel(name = "创建人")
- private String createrCode;
- /** 创建日期 */
- @JsonFormat(pattern = "yyyy-MM-dd")
- @Excel(name = "创建日期", width = 30, dateFormat = "yyyy-MM-dd")
- private Date createdate;
- /** 更新人 */
- @Excel(name = "更新人")
- private String updaterCode;
- /** 更新日期 */
- @JsonFormat(pattern = "yyyy-MM-dd")
- @Excel(name = "更新日期", width = 30, dateFormat = "yyyy-MM-dd")
- private Date updatedate;
- /** 部门编号 */
- @Excel(name = "部门编号")
- private Long deptId;
- /** 备注 */
- @Excel(name = "备注")
- private String remarks;
- public void setId(Long id)
- {
- this.id = id;
- }
- public Long getId()
- {
- return id;
- }
- public void setShiftTeam(String shiftTeam)
- {
- this.shiftTeam = shiftTeam;
- }
- public String getShiftTeam()
- {
- return shiftTeam;
- }
- public void setTakeOverTime(Date takeOverTime)
- {
- this.takeOverTime = takeOverTime;
- }
- public Date getTakeOverTime()
- {
- return takeOverTime;
- }
- public Date getGiveOverTime() {
- return giveOverTime;
- }
- public void setGiveOverTime(Date giveOverTime) {
- this.giveOverTime = giveOverTime;
- }
- public void setTocp(String tocp)
- {
- this.tocp = tocp;
- }
- public String getTocp()
- {
- return tocp;
- }
- public void setEhs5sBriefing(String ehs5sBriefing)
- {
- this.ehs5sBriefing = ehs5sBriefing;
- }
- public String getEhs5sBriefing()
- {
- return ehs5sBriefing;
- }
- public void setSoa(String soa)
- {
- this.soa = soa;
- }
- public String getSoa()
- {
- return soa;
- }
- public void setSh(String sh)
- {
- this.sh = sh;
- }
- public String getSh()
- {
- return sh;
- }
- public void setBdoc(String bdoc)
- {
- this.bdoc = bdoc;
- }
- public String getBdoc()
- {
- return bdoc;
- }
- public void setThfd(String thfd)
- {
- this.thfd = thfd;
- }
- public String getThfd()
- {
- return thfd;
- }
- public void setPthfUnit(String pthfUnit)
- {
- this.pthfUnit = pthfUnit;
- }
- public String getPthfUnit()
- {
- return pthfUnit;
- }
- public void setDbpd(String dbpd)
- {
- this.dbpd = dbpd;
- }
- public String getDbpd()
- {
- return dbpd;
- }
- public void setTruss(String truss)
- {
- this.truss = truss;
- }
- public String getTruss()
- {
- return truss;
- }
- public void setPthfCus(String pthfCus)
- {
- this.pthfCus = pthfCus;
- }
- public String getPthfCus()
- {
- return pthfCus;
- }
- public void setBipus(String bipus)
- {
- this.bipus = bipus;
- }
- public String getBipus()
- {
- return bipus;
- }
- public void setLpgH2(String lpgH2)
- {
- this.lpgH2 = lpgH2;
- }
- public String getLpgH2()
- {
- return lpgH2;
- }
- public void setQ125601(String q125601)
- {
- this.q125601 = q125601;
- }
- public String getQ125601()
- {
- return q125601;
- }
- public void setQ125602(String q125602)
- {
- this.q125602 = q125602;
- }
- public String getQ125602()
- {
- return q125602;
- }
- public void setQ312018Q1(String q312018Q1)
- {
- this.q312018Q1 = q312018Q1;
- }
- public String getQ312018Q1()
- {
- return q312018Q1;
- }
- public void setQ312018Q2(String q312018Q2)
- {
- this.q312018Q2 = q312018Q2;
- }
- public String getQ312018Q2()
- {
- return q312018Q2;
- }
- public void setQ312018Q3(String q312018Q3)
- {
- this.q312018Q3 = q312018Q3;
- }
- public String getQ312018Q3()
- {
- return q312018Q3;
- }
- public void setQ312018Q4(String q312018Q4)
- {
- this.q312018Q4 = q312018Q4;
- }
- public String getQ312018Q4()
- {
- return q312018Q4;
- }
- public void setQ312000(String q312000)
- {
- this.q312000 = q312000;
- }
- public String getQ312000()
- {
- return q312000;
- }
- public void setQ312001(String q312001)
- {
- this.q312001 = q312001;
- }
- public String getQ312001()
- {
- return q312001;
- }
- public void setEpdOther(String epdOther)
- {
- this.epdOther = epdOther;
- }
- public String getEpdOther()
- {
- return epdOther;
- }
- public void setEhsOther(String ehsOther)
- {
- this.ehsOther = ehsOther;
- }
- public String getEhsOther()
- {
- return ehsOther;
- }
- public void setQar(String qar)
- {
- this.qar = qar;
- }
- public String getQar()
- {
- return qar;
- }
- public void setMaEi(String maEi)
- {
- this.maEi = maEi;
- }
- public String getMaEi()
- {
- return maEi;
- }
- public void setMaMechanical(String maMechanical)
- {
- this.maMechanical = maMechanical;
- }
- public String getMaMechanical()
- {
- return maMechanical;
- }
- public void setThirdPartyCommunication(String thirdPartyCommunication)
- {
- this.thirdPartyCommunication = thirdPartyCommunication;
- }
- public String getThirdPartyCommunication()
- {
- return thirdPartyCommunication;
- }
- public void setFampEi(String fampEi)
- {
- this.fampEi = fampEi;
- }
- public String getFampEi()
- {
- return fampEi;
- }
- public void setFampMechanical(String fampMechanical)
- {
- this.fampMechanical = fampMechanical;
- }
- public String getFampMechanical()
- {
- return fampMechanical;
- }
- public void setFaop(String faop)
- {
- this.faop = faop;
- }
- public String getFaop()
- {
- return faop;
- }
- public void setComments(String comments)
- {
- this.comments = comments;
- }
- public String getComments()
- {
- return comments;
- }
- public void setHoShiftSup(String hoShiftSup)
- {
- this.hoShiftSup = hoShiftSup;
- }
- public String getHoShiftSup()
- {
- return hoShiftSup;
- }
- public void setToShiftSup(String toShiftSup)
- {
- this.toShiftSup = toShiftSup;
- }
- public String getToShiftSup()
- {
- return toShiftSup;
- }
- public void setDelFlag(Integer delFlag)
- {
- this.delFlag = delFlag;
- }
- public Integer getDelFlag()
- {
- return delFlag;
- }
- public void setStatus(Integer status)
- {
- this.status = status;
- }
- public Integer getStatus()
- {
- return status;
- }
- public void setCreaterCode(String createrCode)
- {
- this.createrCode = createrCode;
- }
- public String getCreaterCode()
- {
- return createrCode;
- }
- public void setCreatedate(Date createdate)
- {
- this.createdate = createdate;
- }
- public Date getCreatedate()
- {
- return createdate;
- }
- public void setUpdaterCode(String updaterCode)
- {
- this.updaterCode = updaterCode;
- }
- public String getUpdaterCode()
- {
- return updaterCode;
- }
- public void setUpdatedate(Date updatedate)
- {
- this.updatedate = updatedate;
- }
- public Date getUpdatedate()
- {
- return updatedate;
- }
- public void setDeptId(Long deptId)
- {
- this.deptId = deptId;
- }
- public Long getDeptId()
- {
- return deptId;
- }
- public void setRemarks(String remarks)
- {
- this.remarks = remarks;
- }
- public String getRemarks()
- {
- return remarks;
- }
- @Override
- public String toString() {
- return new ToStringBuilder(this,ToStringStyle.MULTI_LINE_STYLE)
- .append("id", getId())
- .append("shiftTeam", getShiftTeam())
- .append("takeOverTime", getTakeOverTime())
- .append("tocp", getTocp())
- .append("ehs5sBriefing", getEhs5sBriefing())
- .append("soa", getSoa())
- .append("sh", getSh())
- .append("bdoc", getBdoc())
- .append("thfd", getThfd())
- .append("pthfUnit", getPthfUnit())
- .append("dbpd", getDbpd())
- .append("truss", getTruss())
- .append("pthfCus", getPthfCus())
- .append("bipus", getBipus())
- .append("lpgH2", getLpgH2())
- .append("q125601", getQ125601())
- .append("q125602", getQ125602())
- .append("q312018Q1", getQ312018Q1())
- .append("q312018Q2", getQ312018Q2())
- .append("q312018Q3", getQ312018Q3())
- .append("q312018Q4", getQ312018Q4())
- .append("q312000", getQ312000())
- .append("q312001", getQ312001())
- .append("epdOther", getEpdOther())
- .append("ehsOther", getEhsOther())
- .append("qar", getQar())
- .append("maEi", getMaEi())
- .append("maMechanical", getMaMechanical())
- .append("thirdPartyCommunication", getThirdPartyCommunication())
- .append("fampEi", getFampEi())
- .append("fampMechanical", getFampMechanical())
- .append("faop", getFaop())
- .append("comments", getComments())
- .append("hoShiftSup", getHoShiftSup())
- .append("toShiftSup", getToShiftSup())
- .append("delFlag", getDelFlag())
- .append("status", getStatus())
- .append("createrCode", getCreaterCode())
- .append("createdate", getCreatedate())
- .append("updaterCode", getUpdaterCode())
- .append("updatedate", getUpdatedate())
- .append("deptId", getDeptId())
- .append("remarks", getRemarks())
- .toString();
- }
- }
|