Commit 6264abd1 authored by 徐州's avatar 徐州

新增yjmj

parent 7674a063
......@@ -54,10 +54,15 @@ public class Fstzs extends BaseModel {
private String jksh;
/**
* 金额
* 应缴金额
*/
private String yjje;
/**
* 应缴面积
*/
private String yjmj;
/**
* 删除标记
*/
......@@ -257,4 +262,12 @@ public class Fstzs extends BaseModel {
public void setJkqd(String jkqd) {
this.jkqd = jkqd;
}
public String getYjmj() {
return yjmj;
}
public void setYjmj(String yjmj) {
this.yjmj = yjmj;
}
}
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