Commit 68b961f2 by 雷紫添

添加缺失的字段

parent df540830
...@@ -28,6 +28,26 @@ public class TbZhzxCjxxView implements Serializable { ...@@ -28,6 +28,26 @@ public class TbZhzxCjxxView implements Serializable {
private String jyaq; private String jyaq;
//损失情况 //损失情况
private String ssqk; private String ssqk;
//周边情况
private String zbqk;
//派警意见
private String pjyj;
public String getPjyj() {
return pjyj;
}
public void setPjyj(String pjyj) {
this.pjyj = pjyj;
}
public String getZbqk() {
return zbqk;
}
public void setZbqk(String zbqk) {
this.zbqk = zbqk;
}
public String getJjdbh() { public String getJjdbh() {
return jjdbh; return jjdbh;
......
...@@ -22,6 +22,8 @@ public class TbZhzxJjxxView implements Serializable { ...@@ -22,6 +22,8 @@ public class TbZhzxJjxxView implements Serializable {
private String bjrxb; private String bjrxb;
//联系电话 //联系电话
private String lxdh; private String lxdh;
//报警电话
private String bjdh;
//报警电话用户地址 //报警电话用户地址
private String yhdz; private String yhdz;
//事发地址 //事发地址
...@@ -39,6 +41,14 @@ public class TbZhzxJjxxView implements Serializable { ...@@ -39,6 +41,14 @@ public class TbZhzxJjxxView implements Serializable {
//受理单编号 //受理单编号
private String sldbh; private String sldbh;
public String getBjdh() {
return bjdh;
}
public void setBjdh(String bjdh) {
this.bjdh = bjdh;
}
public String getJjdbh() { public String getJjdbh() {
return jjdbh; return jjdbh;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment