package com.stylefeng.guns.modular.system.model;
|
|
import com.baomidou.mybatisplus.enums.IdType;
|
import java.util.Date;
|
import com.baomidou.mybatisplus.annotations.TableId;
|
import com.baomidou.mybatisplus.annotations.TableField;
|
import com.baomidou.mybatisplus.activerecord.Model;
|
import com.baomidou.mybatisplus.annotations.TableName;
|
import java.io.Serializable;
|
|
|
/**
|
* <p>
|
* 卡车公司
|
* </p>
|
*
|
* @author stylefeng
|
* @since 2023-01-30
|
*/
|
@TableName("t_company")
|
public class TCompany extends Model<TCompany> {
|
|
private static final long serialVersionUID = 1L;
|
|
@TableId(value = "id", type = IdType.AUTO)
|
private Integer id;
|
/**
|
* 简介
|
*/
|
private String describe;
|
/**
|
* 头像
|
*/
|
private String headImg;
|
/**
|
* 名称
|
*/
|
private String name;
|
@TableField("scac_code")
|
private String scacCode;
|
/**
|
* 联系人手机号
|
*/
|
@TableField("contact_phone")
|
private String contactPhone;
|
/**
|
* 邮箱
|
*/
|
@TableField("contact_email")
|
private String contactEmail;
|
/**
|
* 地址
|
*/
|
private String address;
|
/**
|
* mc_number
|
*/
|
@TableField("mc_number")
|
private Integer mcNumber;
|
private String usdot;
|
@TableField("set_up_the_time")
|
private String setUpTheTime;
|
@TableField("logistics_contact_name")
|
private String logisticsContactName;
|
@TableField("logistics_contact_email")
|
private String logisticsContactEmail;
|
/**
|
* 账号
|
*/
|
private String account;
|
private String password;
|
/**
|
* 过期时间
|
*/
|
@TableField("expiration_time")
|
private Date expirationTime;
|
/**
|
* 0 申请 1通过 2不通过
|
*/
|
private Integer status;
|
private Integer HAZMAT;
|
/**
|
* 1 yes 2no
|
*/
|
@TableField("OVERWEIGHT_PERMIT")
|
private Integer overweightPermit;
|
/**
|
* 1 yes 2no
|
*/
|
@TableField("LIQUOR")
|
private Integer liquor;
|
/**
|
* 1 yes 2no
|
*/
|
@TableField("HOUSEHOLD_GOODS")
|
private Integer householdGoods;
|
/**
|
* 1 yes 2no
|
*/
|
@TableField("RESIDENTIAL_DELIVERY")
|
private Integer residentialDelivery;
|
/**
|
* 1 yes 2no
|
*/
|
@TableField("TSA")
|
private Integer tsa;
|
/**
|
* 1 yes 2no
|
*/
|
@TableField("AMAZON")
|
private Integer amazon;
|
/**
|
* 1 yes 2no
|
*/
|
@TableField("TRANSLOAD_SERVICE")
|
private Integer transloadService;
|
/**
|
* 1 yes 2no
|
*/
|
@TableField("CHAINS")
|
private Integer chains;
|
/**
|
* 1 yes 2no
|
*/
|
@TableField("CONTAINER_SIZES")
|
private String containerSizes;
|
/**
|
* 1 yes 2no
|
*/
|
@TableField("OCEAN_PORT_DRAYAGE")
|
private Integer oceanPortDrayage;
|
/**
|
* 1 yes 2no
|
*/
|
@TableField("RAIL_RAMP_DRAYAGE")
|
private Integer railRampDrayage;
|
/**
|
* 1 yes 2no
|
*/
|
@TableField("DRY_CONTAINER_DRAYAGE")
|
private Integer dryContainerDrayage;
|
/**
|
* 1 yes 2no
|
*/
|
@TableField("REEFER_DRAYAGE")
|
private Integer reeferDrayage;
|
/**
|
* 1 yes 2no
|
*/
|
@TableField("OPEN_TOP_DRAYAGE")
|
private Integer openTopDrayage;
|
/**
|
* 1 yes 2no
|
*/
|
@TableField("TANK_ENDORSED_DRAYAGE")
|
private Integer tankEndorsedDrayage;
|
/**
|
* 1 yes 2no
|
*/
|
@TableField("ISO_TANK_DRAYAGE")
|
private Integer isoTankDrayage;
|
/**
|
* 1 yes 2no
|
*/
|
@TableField("PRIVATE_CHASSIS")
|
private Integer privateChassis;
|
/**
|
* -1 NO
|
*/
|
@TableField("TWIC")
|
private Integer twic;
|
/**
|
* 1 yes 2no
|
*/
|
@TableField("ELD")
|
private Integer eld;
|
/**
|
* 1 korean 2english 3japanese 4chinese 5russian
|
*/
|
private Integer language;
|
/**
|
* 1 yes 2no
|
*/
|
@TableField("GP")
|
private Integer gp;
|
/**
|
* 1 yes 2no
|
*/
|
@TableField("HQ")
|
private Integer hq;
|
|
public String getRemark() {
|
return remark;
|
}
|
|
public void setRemark(String remark) {
|
this.remark = remark;
|
}
|
|
@TableField("remark")
|
private String remark;
|
/**
|
* 1 yes 2no
|
*/
|
@TableField("HC")
|
private Integer hc;
|
/**
|
* 1 yes 2no
|
*/
|
@TableField("RF")
|
private Integer rf;
|
/**
|
* 1 yes 2no
|
*/
|
@TableField("RH")
|
private Integer rh;
|
/**
|
* 1 yes 2no
|
*/
|
@TableField("OT")
|
private Integer ot;
|
/**
|
* 1 yes 2no
|
*/
|
@TableField("TK")
|
private Integer tk;
|
/**
|
* 1 yes 2no
|
*/
|
@TableField("FR")
|
private Integer fr;
|
/**
|
* 1 yes 2no
|
*/
|
@TableField("DG")
|
private Integer dg;
|
/**
|
* 1 yes 2no
|
*/
|
private Integer class1;
|
/**
|
* 1 yes 2no
|
*/
|
private Integer class2;
|
/**
|
* 1 yes 2no
|
*/
|
private Integer class3;
|
/**
|
* 1 yes 2no
|
*/
|
private Integer class4;
|
/**
|
* 1 yes 2no
|
*/
|
private Integer class5;
|
/**
|
* 1 yes 2no
|
*/
|
private Integer class6;
|
/**
|
* 1 yes 2no
|
*/
|
private Integer class7;
|
/**
|
* 1 yes 2no
|
*/
|
private Integer class8;
|
|
public Integer getRemove() {
|
return remove;
|
}
|
|
public void setRemove(Integer remove) {
|
this.remove = remove;
|
}
|
|
/**
|
* 1 yes 2no
|
*/
|
private Integer class9;
|
|
private Integer remove;
|
|
public Integer getWork() {
|
return work;
|
}
|
|
public void setWork(Integer work) {
|
this.work = work;
|
}
|
|
private Integer work;
|
|
|
public Integer getId() {
|
return id;
|
}
|
|
public void setId(Integer id) {
|
this.id = id;
|
}
|
|
public String getDescribe() {
|
return describe;
|
}
|
|
public void setDescribe(String describe) {
|
this.describe = describe;
|
}
|
|
public String getHeadImg() {
|
return headImg;
|
}
|
|
public void setHeadImg(String headImg) {
|
this.headImg = headImg;
|
}
|
|
public String getName() {
|
return name;
|
}
|
|
public void setName(String name) {
|
this.name = name;
|
}
|
|
public String getScacCode() {
|
return scacCode;
|
}
|
|
public void setScacCode(String scacCode) {
|
this.scacCode = scacCode;
|
}
|
|
public String getContactPhone() {
|
return contactPhone;
|
}
|
|
public void setContactPhone(String contactPhone) {
|
this.contactPhone = contactPhone;
|
}
|
|
public String getContactEmail() {
|
return contactEmail;
|
}
|
|
public void setContactEmail(String contactEmail) {
|
this.contactEmail = contactEmail;
|
}
|
|
public String getAddress() {
|
return address;
|
}
|
|
public void setAddress(String address) {
|
this.address = address;
|
}
|
|
public Integer getMcNumber() {
|
return mcNumber;
|
}
|
|
public void setMcNumber(Integer mcNumber) {
|
this.mcNumber = mcNumber;
|
}
|
|
public String getUsdot() {
|
return usdot;
|
}
|
|
public void setUsdot(String usdot) {
|
this.usdot = usdot;
|
}
|
|
public String getSetUpTheTime() {
|
return setUpTheTime;
|
}
|
|
public void setSetUpTheTime(String setUpTheTime) {
|
this.setUpTheTime = setUpTheTime;
|
}
|
|
public String getLogisticsContactName() {
|
return logisticsContactName;
|
}
|
|
public void setLogisticsContactName(String logisticsContactName) {
|
this.logisticsContactName = logisticsContactName;
|
}
|
|
public String getLogisticsContactEmail() {
|
return logisticsContactEmail;
|
}
|
|
public void setLogisticsContactEmail(String logisticsContactEmail) {
|
this.logisticsContactEmail = logisticsContactEmail;
|
}
|
|
public String getAccount() {
|
return account;
|
}
|
|
public void setAccount(String account) {
|
this.account = account;
|
}
|
|
public String getPassword() {
|
return password;
|
}
|
|
public void setPassword(String password) {
|
this.password = password;
|
}
|
|
public Date getExpirationTime() {
|
return expirationTime;
|
}
|
|
public void setExpirationTime(Date expirationTime) {
|
this.expirationTime = expirationTime;
|
}
|
|
public Integer getStatus() {
|
return status;
|
}
|
|
public void setStatus(Integer status) {
|
this.status = status;
|
}
|
|
public Integer getHAZMAT() {
|
return HAZMAT;
|
}
|
|
public void setHAZMAT(Integer HAZMAT) {
|
this.HAZMAT = HAZMAT;
|
}
|
|
public Integer getOverweightPermit() {
|
return overweightPermit;
|
}
|
|
public void setOverweightPermit(Integer overweightPermit) {
|
this.overweightPermit = overweightPermit;
|
}
|
|
public Integer getLiquor() {
|
return liquor;
|
}
|
|
public void setLiquor(Integer liquor) {
|
this.liquor = liquor;
|
}
|
|
public Integer getHouseholdGoods() {
|
return householdGoods;
|
}
|
|
public void setHouseholdGoods(Integer householdGoods) {
|
this.householdGoods = householdGoods;
|
}
|
|
public Integer getResidentialDelivery() {
|
return residentialDelivery;
|
}
|
|
public void setResidentialDelivery(Integer residentialDelivery) {
|
this.residentialDelivery = residentialDelivery;
|
}
|
|
public Integer getTsa() {
|
return tsa;
|
}
|
|
public void setTsa(Integer tsa) {
|
this.tsa = tsa;
|
}
|
|
public Integer getAmazon() {
|
return amazon;
|
}
|
|
public void setAmazon(Integer amazon) {
|
this.amazon = amazon;
|
}
|
|
public Integer getTransloadService() {
|
return transloadService;
|
}
|
|
public void setTransloadService(Integer transloadService) {
|
this.transloadService = transloadService;
|
}
|
|
public Integer getChains() {
|
return chains;
|
}
|
|
public void setChains(Integer chains) {
|
this.chains = chains;
|
}
|
|
public String getContainerSizes() {
|
return containerSizes;
|
}
|
|
public void setContainerSizes(String containerSizes) {
|
this.containerSizes = containerSizes;
|
}
|
|
public Integer getOceanPortDrayage() {
|
return oceanPortDrayage;
|
}
|
|
public void setOceanPortDrayage(Integer oceanPortDrayage) {
|
this.oceanPortDrayage = oceanPortDrayage;
|
}
|
|
public Integer getRailRampDrayage() {
|
return railRampDrayage;
|
}
|
|
public void setRailRampDrayage(Integer railRampDrayage) {
|
this.railRampDrayage = railRampDrayage;
|
}
|
|
public Integer getDryContainerDrayage() {
|
return dryContainerDrayage;
|
}
|
|
public void setDryContainerDrayage(Integer dryContainerDrayage) {
|
this.dryContainerDrayage = dryContainerDrayage;
|
}
|
|
public Integer getReeferDrayage() {
|
return reeferDrayage;
|
}
|
|
public void setReeferDrayage(Integer reeferDrayage) {
|
this.reeferDrayage = reeferDrayage;
|
}
|
|
public Integer getOpenTopDrayage() {
|
return openTopDrayage;
|
}
|
|
public void setOpenTopDrayage(Integer openTopDrayage) {
|
this.openTopDrayage = openTopDrayage;
|
}
|
|
public Integer getTankEndorsedDrayage() {
|
return tankEndorsedDrayage;
|
}
|
|
public void setTankEndorsedDrayage(Integer tankEndorsedDrayage) {
|
this.tankEndorsedDrayage = tankEndorsedDrayage;
|
}
|
|
public Integer getIsoTankDrayage() {
|
return isoTankDrayage;
|
}
|
|
public void setIsoTankDrayage(Integer isoTankDrayage) {
|
this.isoTankDrayage = isoTankDrayage;
|
}
|
|
public Integer getPrivateChassis() {
|
return privateChassis;
|
}
|
|
public void setPrivateChassis(Integer privateChassis) {
|
this.privateChassis = privateChassis;
|
}
|
|
public Integer getTwic() {
|
return twic;
|
}
|
|
public void setTwic(Integer twic) {
|
this.twic = twic;
|
}
|
|
public Integer getEld() {
|
return eld;
|
}
|
|
public void setEld(Integer eld) {
|
this.eld = eld;
|
}
|
|
public Integer getLanguage() {
|
return language;
|
}
|
|
public void setLanguage(Integer language) {
|
this.language = language;
|
}
|
|
public Integer getGp() {
|
return gp;
|
}
|
|
public void setGp(Integer gp) {
|
this.gp = gp;
|
}
|
|
public Integer getHq() {
|
return hq;
|
}
|
|
public void setHq(Integer hq) {
|
this.hq = hq;
|
}
|
|
public Integer getHc() {
|
return hc;
|
}
|
|
public void setHc(Integer hc) {
|
this.hc = hc;
|
}
|
|
public Integer getRf() {
|
return rf;
|
}
|
|
public void setRf(Integer rf) {
|
this.rf = rf;
|
}
|
|
public Integer getRh() {
|
return rh;
|
}
|
|
public void setRh(Integer rh) {
|
this.rh = rh;
|
}
|
|
public Integer getOt() {
|
return ot;
|
}
|
|
public void setOt(Integer ot) {
|
this.ot = ot;
|
}
|
|
public Integer getTk() {
|
return tk;
|
}
|
|
public void setTk(Integer tk) {
|
this.tk = tk;
|
}
|
|
public Integer getFr() {
|
return fr;
|
}
|
|
public void setFr(Integer fr) {
|
this.fr = fr;
|
}
|
|
public Integer getDg() {
|
return dg;
|
}
|
|
public void setDg(Integer dg) {
|
this.dg = dg;
|
}
|
|
public Integer getClass1() {
|
return class1;
|
}
|
|
public void setClass1(Integer class1) {
|
this.class1 = class1;
|
}
|
|
public Integer getClass2() {
|
return class2;
|
}
|
|
public void setClass2(Integer class2) {
|
this.class2 = class2;
|
}
|
|
public Integer getClass3() {
|
return class3;
|
}
|
|
public void setClass3(Integer class3) {
|
this.class3 = class3;
|
}
|
|
public Integer getClass4() {
|
return class4;
|
}
|
|
public void setClass4(Integer class4) {
|
this.class4 = class4;
|
}
|
|
public Integer getClass5() {
|
return class5;
|
}
|
|
public void setClass5(Integer class5) {
|
this.class5 = class5;
|
}
|
|
public Integer getClass6() {
|
return class6;
|
}
|
|
public void setClass6(Integer class6) {
|
this.class6 = class6;
|
}
|
|
public Integer getClass7() {
|
return class7;
|
}
|
|
public void setClass7(Integer class7) {
|
this.class7 = class7;
|
}
|
|
public Integer getClass8() {
|
return class8;
|
}
|
|
public void setClass8(Integer class8) {
|
this.class8 = class8;
|
}
|
|
public Integer getClass9() {
|
return class9;
|
}
|
|
public void setClass9(Integer class9) {
|
this.class9 = class9;
|
}
|
|
@Override
|
protected Serializable pkVal() {
|
return this.id;
|
}
|
|
@Override
|
public String toString() {
|
return "TCompany{" +
|
"id=" + id +
|
", describe=" + describe +
|
", headImg=" + headImg +
|
", name=" + name +
|
", scacCode=" + scacCode +
|
", contactPhone=" + contactPhone +
|
", contactEmail=" + contactEmail +
|
", address=" + address +
|
", mcNumber=" + mcNumber +
|
", usdot=" + usdot +
|
", setUpTheTime=" + setUpTheTime +
|
", logisticsContactName=" + logisticsContactName +
|
", logisticsContactEmail=" + logisticsContactEmail +
|
", account=" + account +
|
", password=" + password +
|
", expirationTime=" + expirationTime +
|
", status=" + status +
|
", HAZ-MAT=" + HAZMAT +
|
", overweightPermit=" + overweightPermit +
|
", liquor=" + liquor +
|
", householdGoods=" + householdGoods +
|
", residentialDelivery=" + residentialDelivery +
|
", tsa=" + tsa +
|
", amazon=" + amazon +
|
", transloadService=" + transloadService +
|
", chains=" + chains +
|
", containerSizes=" + containerSizes +
|
", oceanPortDrayage=" + oceanPortDrayage +
|
", railRampDrayage=" + railRampDrayage +
|
", dryContainerDrayage=" + dryContainerDrayage +
|
", reeferDrayage=" + reeferDrayage +
|
", openTopDrayage=" + openTopDrayage +
|
", tankEndorsedDrayage=" + tankEndorsedDrayage +
|
", isoTankDrayage=" + isoTankDrayage +
|
", privateChassis=" + privateChassis +
|
", twic=" + twic +
|
", eld=" + eld +
|
", language=" + language +
|
", gp=" + gp +
|
", hq=" + hq +
|
", hc=" + hc +
|
", rf=" + rf +
|
", rh=" + rh +
|
", ot=" + ot +
|
", tk=" + tk +
|
", fr=" + fr +
|
", dg=" + dg +
|
", class1=" + class1 +
|
", class2=" + class2 +
|
", class3=" + class3 +
|
", class4=" + class4 +
|
", class5=" + class5 +
|
", class6=" + class6 +
|
", class7=" + class7 +
|
", class8=" + class8 +
|
", class9=" + class9 +
|
"}";
|
}
|
}
|