Commit 7cf273dc by 李斌

修改字段名称

parent 7a21b2e8
......@@ -35,8 +35,8 @@ public class TbStAsjView implements Serializable {
//案事件发生时间_案事件发生结束时间
private java.util.Date asjfssjAsjfsjssj;
//涉案金额
private Double saje;
//损失价值
private Double ssjzrmby;
//案事件发生地点_行政区划代码
private String asjfsddXzqhdm;
......@@ -158,12 +158,12 @@ public class TbStAsjView implements Serializable {
this.asjfssjAsjfsjssj = asjfssjAsjfsjssj;
}
public Double getSaje() {
return saje;
public Double getSsjzrmby() {
return ssjzrmby;
}
public void setSaje(Double saje) {
this.saje = saje;
public void setSsjzrmby(Double ssjzrmby) {
this.ssjzrmby = ssjzrmby;
}
public String getAsjfsddXzqhdm() {
......
......@@ -51,7 +51,7 @@ public class XxcxServiceImpl implements XxcxService {
tbStAsjView.setXxlyms(tbStAsj.getXxlyms());
tbStAsjView.setZczjZxsj(tbStAsj.getZczjZxsj01());
tbStAsjView.setAsjlydm(tbStAsj.getAsjlydm());
tbStAsjView.setSaje(tbStAsj.getSsjzrmby());
tbStAsjView.setSsjzrmby(tbStAsj.getSsjzrmby());
tbStAsjView.setJqbh(tbStAsj.getJjbh());
}
return tbStAsjView;
......@@ -82,7 +82,7 @@ public class XxcxServiceImpl implements XxcxService {
tbStAsjView.setXxlyms(tbStAsj.getXxlyms());
tbStAsjView.setZczjZxsj(tbStAsj.getZczjZxsj01());
tbStAsjView.setAsjlydm(tbStAsj.getAsjlydm());
tbStAsjView.setSaje(tbStAsj.getSsjzrmby());
tbStAsjView.setSsjzrmby(tbStAsj.getSsjzrmby());
tbStAsjView.setJqbh(tbStAsj.getJjbh());
}
return tbStAsjView;
......
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