Commit ea140d39 by libin

案件接口实体类添加案件来源代码

parent eb9d1e7a
......@@ -17,9 +17,12 @@ public class TbStAsjView implements Serializable {
//案件名称
private String ajmc;
//案件来源
//信息来源
private String xxlyms;
//案事件来源代码
private String asjlydm;
//侦查阶段代码
private String zcjddm;
......@@ -274,4 +277,12 @@ public class TbStAsjView implements Serializable {
public void setSszk(String sszk) {
this.sszk = sszk;
}
public String getAsjlydm() {
return asjlydm;
}
public void setAsjlydm(String asjlydm) {
this.asjlydm = asjlydm;
}
}
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