|
|
@@ -35,4 +35,143 @@ public class Custmonth {
|
|
|
|
|
|
private String cm_currency;
|
|
|
|
|
|
+ private Double cm_amount_cr;
|
|
|
+
|
|
|
+ private Double cm_rate;
|
|
|
+
|
|
|
+ public Integer getCm_id() {
|
|
|
+ return cm_id;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCm_id(Integer cm_id) {
|
|
|
+ this.cm_id = cm_id;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getCm_yearmonth() {
|
|
|
+ return cm_yearmonth;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCm_yearmonth(Integer cm_yearmonth) {
|
|
|
+ this.cm_yearmonth = cm_yearmonth;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getCm_custid() {
|
|
|
+ return cm_custid;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCm_custid(Integer cm_custid) {
|
|
|
+ this.cm_custid = cm_custid;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getCm_custcode() {
|
|
|
+ return cm_custcode;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCm_custcode(String cm_custcode) {
|
|
|
+ this.cm_custcode = cm_custcode;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getCm_custname() {
|
|
|
+ return cm_custname;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCm_custname(String cm_custname) {
|
|
|
+ this.cm_custname = cm_custname;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Double getCm_beginamount() {
|
|
|
+ return cm_beginamount;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCm_beginamount(Double cm_beginamount) {
|
|
|
+ this.cm_beginamount = cm_beginamount;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Double getCm_nowamount() {
|
|
|
+ return cm_nowamount;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCm_nowamount(Double cm_nowamount) {
|
|
|
+ this.cm_nowamount = cm_nowamount;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Double getCm_nowpreamount() {
|
|
|
+ return cm_nowpreamount;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCm_nowpreamount(Double cm_nowpreamount) {
|
|
|
+ this.cm_nowpreamount = cm_nowpreamount;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Double getCm_endamount() {
|
|
|
+ return cm_endamount;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCm_endamount(Double cm_endamount) {
|
|
|
+ this.cm_endamount = cm_endamount;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getCompanyid() {
|
|
|
+ return companyid;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCompanyid(Integer companyid) {
|
|
|
+ this.companyid = companyid;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Double getCm_beginpreamount() {
|
|
|
+ return cm_beginpreamount;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCm_beginpreamount(Double cm_beginpreamount) {
|
|
|
+ this.cm_beginpreamount = cm_beginpreamount;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Double getCm_nowpayamount() {
|
|
|
+ return cm_nowpayamount;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCm_nowpayamount(Double cm_nowpayamount) {
|
|
|
+ this.cm_nowpayamount = cm_nowpayamount;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Double getCm_nowprepayamount() {
|
|
|
+ return cm_nowprepayamount;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCm_nowprepayamount(Double cm_nowprepayamount) {
|
|
|
+ this.cm_nowprepayamount = cm_nowprepayamount;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Double getCm_endpreamount() {
|
|
|
+ return cm_endpreamount;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCm_endpreamount(Double cm_endpreamount) {
|
|
|
+ this.cm_endpreamount = cm_endpreamount;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getCm_currency() {
|
|
|
+ return cm_currency;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCm_currency(String cm_currency) {
|
|
|
+ this.cm_currency = cm_currency;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Double getCm_amount_cr() {
|
|
|
+ return cm_amount_cr;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCm_amount_cr(Double cm_amount_cr) {
|
|
|
+ this.cm_amount_cr = cm_amount_cr;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Double getCm_rate() {
|
|
|
+ return cm_rate;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCm_rate(Double cm_rate) {
|
|
|
+ this.cm_rate = cm_rate;
|
|
|
+ }
|
|
|
}
|