Merge branch 'grpU8' of http://ufidahz.com.cn:9015/root/kangarooDataCenterV3 into grpU8
This commit is contained in:
commit
00ff2d08a4
|
@ -0,0 +1,58 @@
|
|||
package com.hzya.frame.grpU8.nxproof.glkmxx.entity;
|
||||
|
||||
public class SenderGlKmxxEntityDto extends SenderGlKmxxEntity{
|
||||
private String qc;//期初数据
|
||||
private String bqj;//本期借方
|
||||
private String bqd;//本期贷方
|
||||
private String qm;//期末数据
|
||||
private String ljj;//累加借方
|
||||
private String ljd;//累加贷方
|
||||
|
||||
public String getQc() {
|
||||
return qc;
|
||||
}
|
||||
|
||||
public void setQc(String qc) {
|
||||
this.qc = qc;
|
||||
}
|
||||
|
||||
public String getBqj() {
|
||||
return bqj;
|
||||
}
|
||||
|
||||
public void setBqj(String bqj) {
|
||||
this.bqj = bqj;
|
||||
}
|
||||
|
||||
public String getBqd() {
|
||||
return bqd;
|
||||
}
|
||||
|
||||
public void setBqd(String bqd) {
|
||||
this.bqd = bqd;
|
||||
}
|
||||
|
||||
public String getQm() {
|
||||
return qm;
|
||||
}
|
||||
|
||||
public void setQm(String qm) {
|
||||
this.qm = qm;
|
||||
}
|
||||
|
||||
public String getLjj() {
|
||||
return ljj;
|
||||
}
|
||||
|
||||
public void setLjj(String ljj) {
|
||||
this.ljj = ljj;
|
||||
}
|
||||
|
||||
public String getLjd() {
|
||||
return ljd;
|
||||
}
|
||||
|
||||
public void setLjd(String ljd) {
|
||||
this.ljd = ljd;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue