Commit 7cf273dc by 李斌

修改字段名称

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