删除不需要的字段
This commit is contained in:
parent
ce93155ce7
commit
1e6ca2aab9
|
@ -168,7 +168,6 @@
|
||||||
<result property="org_name" column="org_name" jdbcType="VARCHAR"/>
|
<result property="org_name" column="org_name" jdbcType="VARCHAR"/>
|
||||||
<result property="branch_code" column="branch_code" jdbcType="VARCHAR"/>
|
<result property="branch_code" column="branch_code" jdbcType="VARCHAR"/>
|
||||||
<result property="branch_name" column="branch_name" jdbcType="VARCHAR"/>
|
<result property="branch_name" column="branch_name" jdbcType="VARCHAR"/>
|
||||||
<result property="zdyfzhs" column="zdyfzhs" jdbcType="VARCHAR"/>
|
|
||||||
</resultMap>
|
</resultMap>
|
||||||
<select id="queryData" resultMap="get-AcctVouchInfoEntityVo-result" parameterType = "com.hzya.frame.xsFinance.acctVouchInfo.entity.AcctVouchInfoEntity">
|
<select id="queryData" resultMap="get-AcctVouchInfoEntityVo-result" parameterType = "com.hzya.frame.xsFinance.acctVouchInfo.entity.AcctVouchInfoEntity">
|
||||||
select
|
select
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
package com.hzya.frame.xsFinance.acctVouchInfo.entity;
|
package com.hzya.frame.xsFinance.acctVouchInfo.entity;
|
||||||
|
|
||||||
|
import com.alibaba.fastjson.annotation.JSONField;
|
||||||
import com.hzya.frame.web.entity.BaseEntity;
|
import com.hzya.frame.web.entity.BaseEntity;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -54,8 +55,6 @@ public class AcctVouchInfoEntityVo {
|
||||||
private String direction;
|
private String direction;
|
||||||
|
|
||||||
|
|
||||||
private String zdyfzhs;
|
|
||||||
private String gsdm;
|
|
||||||
|
|
||||||
public String getAcct_year() {
|
public String getAcct_year() {
|
||||||
return acct_year;
|
return acct_year;
|
||||||
|
@ -201,20 +200,6 @@ public class AcctVouchInfoEntityVo {
|
||||||
this.branch_name = branch_name;
|
this.branch_name = branch_name;
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getZdyfzhs() {
|
|
||||||
return zdyfzhs;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setZdyfzhs(String zdyfzhs) {
|
|
||||||
this.zdyfzhs = zdyfzhs;
|
|
||||||
}
|
|
||||||
|
|
||||||
public String getGsdm() {
|
|
||||||
return gsdm;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setGsdm(String gsdm) {
|
|
||||||
this.gsdm = gsdm;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue