|
@@ -3,6 +3,7 @@ package com.sooka.sponest.data.housingconstruction.domain;
|
|
|
import com.fasterxml.jackson.annotation.JsonFormat;
|
|
|
import com.ruoyi.common.core.annotation.Excel;
|
|
|
import com.sooka.sponest.data.base.domain.BaseBusinessEntity;
|
|
|
+import lombok.Data;
|
|
|
import org.apache.commons.lang3.builder.ToStringBuilder;
|
|
|
import org.apache.commons.lang3.builder.ToStringStyle;
|
|
|
|
|
@@ -14,6 +15,7 @@ import java.util.Date;
|
|
|
* @author 韩福成
|
|
|
* @date 2024-07-30
|
|
|
*/
|
|
|
+@Data
|
|
|
public class CenterdataTHousingconstructionSteelcylinder extends BaseBusinessEntity {
|
|
|
private static final long serialVersionUID = 1L;
|
|
|
|
|
@@ -131,157 +133,9 @@ public class CenterdataTHousingconstructionSteelcylinder extends BaseBusinessEnt
|
|
|
@Excel(name = "钢瓶阈值(天)")
|
|
|
private String threshold;
|
|
|
|
|
|
- public void setId(String id) {
|
|
|
- this.id = id;
|
|
|
- }
|
|
|
-
|
|
|
- public String getId() {
|
|
|
- return id;
|
|
|
- }
|
|
|
-
|
|
|
- public void setDeptId(Long deptId) {
|
|
|
- this.deptId = deptId;
|
|
|
- }
|
|
|
-
|
|
|
- public Long getDeptId() {
|
|
|
- return deptId;
|
|
|
- }
|
|
|
-
|
|
|
- public void setDeptName(String deptName) {
|
|
|
- this.deptName = deptName;
|
|
|
- }
|
|
|
-
|
|
|
- public String getDeptName() {
|
|
|
- return deptName;
|
|
|
- }
|
|
|
-
|
|
|
- public void setName(String name) {
|
|
|
- this.name = name;
|
|
|
- }
|
|
|
-
|
|
|
- public String getName() {
|
|
|
- return name;
|
|
|
- }
|
|
|
-
|
|
|
- public void setEnterpriseId(String enterpriseId) {
|
|
|
- this.enterpriseId = enterpriseId;
|
|
|
- }
|
|
|
-
|
|
|
- public String getEnterpriseId() {
|
|
|
- return enterpriseId;
|
|
|
- }
|
|
|
-
|
|
|
- public void setEnterpriseName(String enterpriseName) {
|
|
|
- this.enterpriseName = enterpriseName;
|
|
|
- }
|
|
|
-
|
|
|
- public String getEnterpriseName() {
|
|
|
- return enterpriseName;
|
|
|
- }
|
|
|
-
|
|
|
- public void setManufacturer(String manufacturer) {
|
|
|
- this.manufacturer = manufacturer;
|
|
|
- }
|
|
|
-
|
|
|
- public String getManufacturer() {
|
|
|
- return manufacturer;
|
|
|
- }
|
|
|
-
|
|
|
- public void setOwnership(String ownership) {
|
|
|
- this.ownership = ownership;
|
|
|
- }
|
|
|
-
|
|
|
- public String getOwnership() {
|
|
|
- return ownership;
|
|
|
- }
|
|
|
-
|
|
|
- public void setLeaveTime(Date leaveTime) {
|
|
|
- this.leaveTime = leaveTime;
|
|
|
- }
|
|
|
-
|
|
|
- public Date getLeaveTime() {
|
|
|
- return leaveTime;
|
|
|
- }
|
|
|
-
|
|
|
- public void setMakeTime(Date makeTime) {
|
|
|
- this.makeTime = makeTime;
|
|
|
- }
|
|
|
-
|
|
|
- public Date getMakeTime() {
|
|
|
- return makeTime;
|
|
|
- }
|
|
|
-
|
|
|
- public void setLeaveNumber(String leaveNumber) {
|
|
|
- this.leaveNumber = leaveNumber;
|
|
|
- }
|
|
|
-
|
|
|
- public String getLeaveNumber() {
|
|
|
- return leaveNumber;
|
|
|
- }
|
|
|
-
|
|
|
- public void setStandards(String standards) {
|
|
|
- this.standards = standards;
|
|
|
- }
|
|
|
-
|
|
|
- public String getStandards() {
|
|
|
- return standards;
|
|
|
- }
|
|
|
-
|
|
|
- public void setModelNumber(String modelNumber) {
|
|
|
- this.modelNumber = modelNumber;
|
|
|
- }
|
|
|
-
|
|
|
- public String getModelNumber() {
|
|
|
- return modelNumber;
|
|
|
- }
|
|
|
-
|
|
|
- public void setSteelcylinderNumber(String steelcylinderNumber) {
|
|
|
- this.steelcylinderNumber = steelcylinderNumber;
|
|
|
- }
|
|
|
-
|
|
|
- public String getSteelcylinderNumber() {
|
|
|
- return steelcylinderNumber;
|
|
|
- }
|
|
|
-
|
|
|
- public void setSteelcylinderCode(String steelcylinderCode) {
|
|
|
- this.steelcylinderCode = steelcylinderCode;
|
|
|
- }
|
|
|
-
|
|
|
- public String getSteelcylinderCode() {
|
|
|
- return steelcylinderCode;
|
|
|
- }
|
|
|
-
|
|
|
- public void setCurrentPosition(String currentPosition) {
|
|
|
- this.currentPosition = currentPosition;
|
|
|
- }
|
|
|
-
|
|
|
- public String getCurrentPosition() {
|
|
|
- return currentPosition;
|
|
|
- }
|
|
|
-
|
|
|
- public void setRegisterTime(Date registerTime) {
|
|
|
- this.registerTime = registerTime;
|
|
|
- }
|
|
|
-
|
|
|
- public Date getRegisterTime() {
|
|
|
- return registerTime;
|
|
|
- }
|
|
|
-
|
|
|
- public void setState(String state) {
|
|
|
- this.state = state;
|
|
|
- }
|
|
|
-
|
|
|
- public String getState() {
|
|
|
- return state;
|
|
|
- }
|
|
|
-
|
|
|
- public void setThreshold(String threshold) {
|
|
|
- this.threshold = threshold;
|
|
|
- }
|
|
|
-
|
|
|
- public String getThreshold() {
|
|
|
- return threshold;
|
|
|
- }
|
|
|
+ private String longitude;//经度
|
|
|
+ private String latitude;//纬度
|
|
|
+ private String radius;//距离
|
|
|
|
|
|
@Override
|
|
|
public String toString() {
|