|
|
@@ -0,0 +1,205 @@
|
|
|
+package com.ygtx.emcs.activity.model;
|
|
|
+
|
|
|
+import java.math.BigDecimal;
|
|
|
+
|
|
|
+public class AreaModel {
|
|
|
+
|
|
|
+ private Long areaId;
|
|
|
+ private String areaCode;
|
|
|
+ private String areaName;
|
|
|
+ private Long locationId;
|
|
|
+ private String locationAddr;
|
|
|
+ private BigDecimal area;
|
|
|
+ private BigDecimal maxLoa;
|
|
|
+ private Long positionX;
|
|
|
+ private Long positionY;
|
|
|
+ private Long positionZ;
|
|
|
+ private Long deviceType;
|
|
|
+ private String point;
|
|
|
+ private String enableFlag;
|
|
|
+ private String clientCode;
|
|
|
+ private Long clientId;
|
|
|
+ private String clientName;
|
|
|
+ private String erpKw;
|
|
|
+ private String attr1;
|
|
|
+ private String attr2;
|
|
|
+ private Long attr3;
|
|
|
+ private Long attr4;
|
|
|
+ private String status;
|
|
|
+
|
|
|
+ public Long getAreaId() {
|
|
|
+ return areaId;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setAreaId(Long areaId) {
|
|
|
+ this.areaId = areaId;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getAreaCode() {
|
|
|
+ return areaCode;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setAreaCode(String areaCode) {
|
|
|
+ this.areaCode = areaCode;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getAreaName() {
|
|
|
+ return areaName;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setAreaName(String areaName) {
|
|
|
+ this.areaName = areaName;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Long getLocationId() {
|
|
|
+ return locationId;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setLocationId(Long locationId) {
|
|
|
+ this.locationId = locationId;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getLocationAddr() {
|
|
|
+ return locationAddr;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setLocationAddr(String locationAddr) {
|
|
|
+ this.locationAddr = locationAddr;
|
|
|
+ }
|
|
|
+
|
|
|
+ public BigDecimal getArea() {
|
|
|
+ return area;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setArea(BigDecimal area) {
|
|
|
+ this.area = area;
|
|
|
+ }
|
|
|
+
|
|
|
+ public BigDecimal getMaxLoa() {
|
|
|
+ return maxLoa;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setMaxLoa(BigDecimal maxLoa) {
|
|
|
+ this.maxLoa = maxLoa;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Long getPositionX() {
|
|
|
+ return positionX;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPositionX(Long positionX) {
|
|
|
+ this.positionX = positionX;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Long getPositionY() {
|
|
|
+ return positionY;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPositionY(Long positionY) {
|
|
|
+ this.positionY = positionY;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Long getPositionZ() {
|
|
|
+ return positionZ;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPositionZ(Long positionZ) {
|
|
|
+ this.positionZ = positionZ;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Long getDeviceType() {
|
|
|
+ return deviceType;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setDeviceType(Long deviceType) {
|
|
|
+ this.deviceType = deviceType;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getPoint() {
|
|
|
+ return point;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPoint(String point) {
|
|
|
+ this.point = point;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getEnableFlag() {
|
|
|
+ return enableFlag;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setEnableFlag(String enableFlag) {
|
|
|
+ this.enableFlag = enableFlag;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getClientCode() {
|
|
|
+ return clientCode;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setClientCode(String clientCode) {
|
|
|
+ this.clientCode = clientCode;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Long getClientId() {
|
|
|
+ return clientId;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setClientId(Long clientId) {
|
|
|
+ this.clientId = clientId;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getClientName() {
|
|
|
+ return clientName;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setClientName(String clientName) {
|
|
|
+ this.clientName = clientName;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getErpKw() {
|
|
|
+ return erpKw;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setErpKw(String erpKw) {
|
|
|
+ this.erpKw = erpKw;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getAttr1() {
|
|
|
+ return attr1;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setAttr1(String attr1) {
|
|
|
+ this.attr1 = attr1;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getAttr2() {
|
|
|
+ return attr2;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setAttr2(String attr2) {
|
|
|
+ this.attr2 = attr2;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Long getAttr3() {
|
|
|
+ return attr3;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setAttr3(Long attr3) {
|
|
|
+ this.attr3 = attr3;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Long getAttr4() {
|
|
|
+ return attr4;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setAttr4(Long attr4) {
|
|
|
+ this.attr4 = attr4;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getStatus() {
|
|
|
+ return status;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setStatus(String status) {
|
|
|
+ this.status = status;
|
|
|
+ }
|
|
|
+}
|