Commit 66320f03 authored by 位宇华's avatar 位宇华

资产负债表数据添加

parent a96b263d
......@@ -40,6 +40,8 @@ public class LiabilitiesModel implements Serializable {
private String ZB116;
private String ZB255;
public String getPk_task() {
return pk_task;
}
......@@ -168,4 +170,12 @@ public class LiabilitiesModel implements Serializable {
public void setZB116(String ZB116) {
this.ZB116 = ZB116;
}
public String getZB255() {
return ZB255;
}
public void setZB255(String ZB255) {
this.ZB255 = ZB255;
}
}
......@@ -19,7 +19,8 @@
a0.numvalue178 AS ZB277,
a0.numvalue183 AS ZB275,
a0.numvalue145 AS ZB267,
a0.numvalue165 AS ZB116
a0.numvalue165 AS ZB116,
a0.numvalue115 AS ZB255
FROM
epmp_br.tb_tdnum3 a0
INNER JOIN epmp_br.tb_tdtxt2 a1 ON a0.pk_task = a1.pk_task
......
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