|
@@ -16,7 +16,7 @@
|
|
|
package com.java110.po.parkingAreaText;
|
|
package com.java110.po.parkingAreaText;
|
|
|
|
|
|
|
|
import java.io.Serializable;
|
|
import java.io.Serializable;
|
|
|
-import java.util.Date;
|
|
|
|
|
|
|
+
|
|
|
/**
|
|
/**
|
|
|
* 类表述: Po 数据模型实体对象 基本保持与数据库模型一直 用于 增加修改删除 等时的数据载体
|
|
* 类表述: Po 数据模型实体对象 基本保持与数据库模型一直 用于 增加修改删除 等时的数据载体
|
|
|
* add by 吴学文 at 2021-09-23 18:15:21 mail: 928255095@qq.com
|
|
* add by 吴学文 at 2021-09-23 18:15:21 mail: 928255095@qq.com
|
|
@@ -28,76 +28,95 @@ import java.util.Date;
|
|
|
public class ParkingAreaTextPo implements Serializable {
|
|
public class ParkingAreaTextPo implements Serializable {
|
|
|
|
|
|
|
|
private String voice;
|
|
private String voice;
|
|
|
-private String textId;
|
|
|
|
|
-private String typeCd;
|
|
|
|
|
-private String text3;
|
|
|
|
|
-private String text4;
|
|
|
|
|
-private String text1;
|
|
|
|
|
-private String text2;
|
|
|
|
|
-private String paId;
|
|
|
|
|
-private String statusCd = "0";
|
|
|
|
|
-private String communityId;
|
|
|
|
|
-public String getVoice() {
|
|
|
|
|
|
|
+ private String textId;
|
|
|
|
|
+ private String typeCd;
|
|
|
|
|
+ private String text3;
|
|
|
|
|
+ private String text4;
|
|
|
|
|
+ private String text1;
|
|
|
|
|
+ private String text2;
|
|
|
|
|
+ private String paId;
|
|
|
|
|
+ private String statusCd = "0";
|
|
|
|
|
+ private String communityId;
|
|
|
|
|
+
|
|
|
|
|
+ public String getVoice() {
|
|
|
return voice;
|
|
return voice;
|
|
|
}
|
|
}
|
|
|
-public void setVoice(String voice) {
|
|
|
|
|
|
|
+
|
|
|
|
|
+ public void setVoice(String voice) {
|
|
|
this.voice = voice;
|
|
this.voice = voice;
|
|
|
}
|
|
}
|
|
|
-public String getTextId() {
|
|
|
|
|
|
|
+
|
|
|
|
|
+ public String getTextId() {
|
|
|
return textId;
|
|
return textId;
|
|
|
}
|
|
}
|
|
|
-public void setTextId(String textId) {
|
|
|
|
|
|
|
+
|
|
|
|
|
+ public void setTextId(String textId) {
|
|
|
this.textId = textId;
|
|
this.textId = textId;
|
|
|
}
|
|
}
|
|
|
-public String getTypeCd() {
|
|
|
|
|
|
|
+
|
|
|
|
|
+ public String getTypeCd() {
|
|
|
return typeCd;
|
|
return typeCd;
|
|
|
}
|
|
}
|
|
|
-public void setTypeCd(String typeCd) {
|
|
|
|
|
|
|
+
|
|
|
|
|
+ public void setTypeCd(String typeCd) {
|
|
|
this.typeCd = typeCd;
|
|
this.typeCd = typeCd;
|
|
|
}
|
|
}
|
|
|
-public String getText3() {
|
|
|
|
|
|
|
+
|
|
|
|
|
+ public String getText3() {
|
|
|
return text3;
|
|
return text3;
|
|
|
}
|
|
}
|
|
|
-public void setText3(String text3) {
|
|
|
|
|
|
|
+
|
|
|
|
|
+ public void setText3(String text3) {
|
|
|
this.text3 = text3;
|
|
this.text3 = text3;
|
|
|
}
|
|
}
|
|
|
-public String getText4() {
|
|
|
|
|
|
|
+
|
|
|
|
|
+ public String getText4() {
|
|
|
return text4;
|
|
return text4;
|
|
|
}
|
|
}
|
|
|
-public void setText4(String text4) {
|
|
|
|
|
|
|
+
|
|
|
|
|
+ public void setText4(String text4) {
|
|
|
this.text4 = text4;
|
|
this.text4 = text4;
|
|
|
}
|
|
}
|
|
|
-public String getText1() {
|
|
|
|
|
|
|
+
|
|
|
|
|
+ public String getText1() {
|
|
|
return text1;
|
|
return text1;
|
|
|
}
|
|
}
|
|
|
-public void setText1(String text1) {
|
|
|
|
|
|
|
+
|
|
|
|
|
+ public void setText1(String text1) {
|
|
|
this.text1 = text1;
|
|
this.text1 = text1;
|
|
|
}
|
|
}
|
|
|
-public String getText2() {
|
|
|
|
|
|
|
+
|
|
|
|
|
+ public String getText2() {
|
|
|
return text2;
|
|
return text2;
|
|
|
}
|
|
}
|
|
|
-public void setText2(String text2) {
|
|
|
|
|
|
|
+
|
|
|
|
|
+ public void setText2(String text2) {
|
|
|
this.text2 = text2;
|
|
this.text2 = text2;
|
|
|
}
|
|
}
|
|
|
-public String getPaId() {
|
|
|
|
|
|
|
+
|
|
|
|
|
+ public String getPaId() {
|
|
|
return paId;
|
|
return paId;
|
|
|
}
|
|
}
|
|
|
-public void setPaId(String paId) {
|
|
|
|
|
|
|
+
|
|
|
|
|
+ public void setPaId(String paId) {
|
|
|
this.paId = paId;
|
|
this.paId = paId;
|
|
|
}
|
|
}
|
|
|
-public String getStatusCd() {
|
|
|
|
|
|
|
+
|
|
|
|
|
+ public String getStatusCd() {
|
|
|
return statusCd;
|
|
return statusCd;
|
|
|
}
|
|
}
|
|
|
-public void setStatusCd(String statusCd) {
|
|
|
|
|
|
|
+
|
|
|
|
|
+ public void setStatusCd(String statusCd) {
|
|
|
this.statusCd = statusCd;
|
|
this.statusCd = statusCd;
|
|
|
}
|
|
}
|
|
|
-public String getCommunityId() {
|
|
|
|
|
|
|
+
|
|
|
|
|
+ public String getCommunityId() {
|
|
|
return communityId;
|
|
return communityId;
|
|
|
}
|
|
}
|
|
|
-public void setCommunityId(String communityId) {
|
|
|
|
|
|
|
+
|
|
|
|
|
+ public void setCommunityId(String communityId) {
|
|
|
this.communityId = communityId;
|
|
this.communityId = communityId;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
|
|
}
|
|
}
|