Commit eb9d1e7a by libin

添加实体案件、报案人、被害人和字典吗的接口实体类。

parent 34cb0508
...@@ -20,8 +20,8 @@ public class TbStAsjView implements Serializable { ...@@ -20,8 +20,8 @@ public class TbStAsjView implements Serializable {
//案件来源 //案件来源
private String xxlyms; private String xxlyms;
//案件业务状态代码,1表示初始,4表示已撤销,6表示立案审批通过,10表示侦查终结审批通过 //侦查阶段代码
private String ajywztdm; private String zcjddm;
//受理方式 //受理方式
private String slfs; private String slfs;
...@@ -123,12 +123,12 @@ public class TbStAsjView implements Serializable { ...@@ -123,12 +123,12 @@ public class TbStAsjView implements Serializable {
this.xxlyms = xxlyms; this.xxlyms = xxlyms;
} }
public String getAjywztdm() { public String getZcjddm() {
return ajywztdm; return zcjddm;
} }
public void setAjywztdm(String ajywztdm) { public void setZcjddm(String zcjddm) {
this.ajywztdm = ajywztdm; this.zcjddm = zcjddm;
} }
public String getSlfs() { public String getSlfs() {
......
...@@ -35,7 +35,7 @@ public class XxcxServiceImpl implements XxcxService { ...@@ -35,7 +35,7 @@ public class XxcxServiceImpl implements XxcxService {
tbStAsjView = new TbStAsjView(); tbStAsjView = new TbStAsjView();
tbStAsjView.setAjlbdm(tbStAsj.getAjlbdm()); tbStAsjView.setAjlbdm(tbStAsj.getAjlbdm());
tbStAsjView.setAjmc(tbStAsj.getAjmc()); tbStAsjView.setAjmc(tbStAsj.getAjmc());
tbStAsjView.setAjywztdm(tbStAsj.getAjywztdm()); tbStAsjView.setZcjddm(tbStAsj.getZcjddm());
tbStAsjView.setAsjbh(tbStAsj.getAsjbh()); tbStAsjView.setAsjbh(tbStAsj.getAsjbh());
tbStAsjView.setAsjfsddDzmc(tbStAsj.getAsjfsddDzmc()); tbStAsjView.setAsjfsddDzmc(tbStAsj.getAsjfsddDzmc());
tbStAsjView.setAsjfsddXzqhdm(tbStAsj.getAsjfsddXzqhdm()); tbStAsjView.setAsjfsddXzqhdm(tbStAsj.getAsjfsddXzqhdm());
......
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