|
|
|
@ -27,7 +27,7 @@ public class TcExtworkSafetyadmin extends BaseEntity {
|
|
|
|
|
*/
|
|
|
|
|
@Excel(name = "区域id")
|
|
|
|
|
@ApiModelProperty(value = "区域id")
|
|
|
|
|
private Long areaId;
|
|
|
|
|
private String areaId;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 单位
|
|
|
|
@ -106,131 +106,4 @@ public class TcExtworkSafetyadmin extends BaseEntity {
|
|
|
|
|
@ApiModelProperty(value = "修改人ID")
|
|
|
|
|
private Long updateId;
|
|
|
|
|
|
|
|
|
|
public void setId(Long id) {
|
|
|
|
|
this.id = id;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public Long getId() {
|
|
|
|
|
return id;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setAreaId(Long areaId) {
|
|
|
|
|
this.areaId = areaId;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public Long getAreaId() {
|
|
|
|
|
return areaId;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setUnit(String unit) {
|
|
|
|
|
this.unit = unit;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getUnit() {
|
|
|
|
|
return unit;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setFirstPrincipal(String firstPrincipal) {
|
|
|
|
|
this.firstPrincipal = firstPrincipal;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getFirstPrincipal() {
|
|
|
|
|
return firstPrincipal;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setDuty(String duty) {
|
|
|
|
|
this.duty = duty;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getDuty() {
|
|
|
|
|
return duty;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setDirectPrincipal(String directPrincipal) {
|
|
|
|
|
this.directPrincipal = directPrincipal;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getDirectPrincipal() {
|
|
|
|
|
return directPrincipal;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setDuty1(String duty1) {
|
|
|
|
|
this.duty1 = duty1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getDuty1() {
|
|
|
|
|
return duty1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setFuzeKeshi(String fuzeKeshi) {
|
|
|
|
|
this.fuzeKeshi = fuzeKeshi;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getFuzeKeshi() {
|
|
|
|
|
return fuzeKeshi;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setNetworkAqg(String networkAqg) {
|
|
|
|
|
this.networkAqg = networkAqg;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getNetworkAqg() {
|
|
|
|
|
return networkAqg;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setDuty2(String duty2) {
|
|
|
|
|
this.duty2 = duty2;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getDuty2() {
|
|
|
|
|
return duty2;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setTel(String tel) {
|
|
|
|
|
this.tel = tel;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getTel() {
|
|
|
|
|
return tel;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setCreateId(Long createId) {
|
|
|
|
|
this.createId = createId;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public Long getCreateId() {
|
|
|
|
|
return createId;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setUpdateId(Long updateId) {
|
|
|
|
|
this.updateId = updateId;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public Long getUpdateId() {
|
|
|
|
|
return updateId;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
|
public String toString() {
|
|
|
|
|
return new ToStringBuilder(this, ToStringStyle.MULTI_LINE_STYLE)
|
|
|
|
|
.append("id", getId())
|
|
|
|
|
.append("areaId", getAreaId())
|
|
|
|
|
.append("unit", getUnit())
|
|
|
|
|
.append("firstPrincipal", getFirstPrincipal())
|
|
|
|
|
.append("duty", getDuty())
|
|
|
|
|
.append("directPrincipal", getDirectPrincipal())
|
|
|
|
|
.append("duty1", getDuty1())
|
|
|
|
|
.append("fuzeKeshi", getFuzeKeshi())
|
|
|
|
|
.append("networkAqg", getNetworkAqg())
|
|
|
|
|
.append("duty2", getDuty2())
|
|
|
|
|
.append("tel", getTel())
|
|
|
|
|
.append("createId", getCreateId())
|
|
|
|
|
.append("createBy", getCreateBy())
|
|
|
|
|
.append("createTime", getCreateTime())
|
|
|
|
|
.append("updateId", getUpdateId())
|
|
|
|
|
.append("updateBy", getUpdateBy())
|
|
|
|
|
.append("updateTime", getUpdateTime())
|
|
|
|
|
.append("remark", getRemark())
|
|
|
|
|
.toString();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|