All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.founder.mip.vopackage.HOSResultQueryOrderDataExtDataSetldetailDTO Maven / Gradle / Ivy

There is a newer version: 3.6.1.9
Show newest version
package com.founder.mip.vopackage;

import java.io.Serializable;
import java.math.BigDecimal;

public class HOSResultQueryOrderDataExtDataSetldetailDTO implements Serializable {
    //@ApiModelProperty(value = "基金支付类型", required = true)
    private String fund_pay_type;//fund_pay_type	基金支付类型	字符型	6	Y 	Y 	 

    //@ApiModelProperty(value = "符合政策范围金额", required = true)
    private BigDecimal inscp_scp_amt;//inscp_scp_amt	符合政策范围金额	数值型	16,2	 	Y 	 

    //@ApiModelProperty(value = "本次可支付限额金额", required = true)
    private BigDecimal crt_payb_lmt_amt;//crt_payb_lmt_amt	本次可支付限额金额	数值型	16,2	 	Y 	 

    //@ApiModelProperty(value = "基金支付金额", required = true)
    private BigDecimal fund_payamt;//fund_payamt	基金支付金额	数值型	16,2	 	Y 	 

    //@ApiModelProperty(value = "基金支付类型名称", required = true)
    private String fund_pay_type_name;//fund_pay_type_name	基金支付类型名称	字符型	200

    //@ApiModelProperty(value = "结算过程信息", required = true)
    private String setl_proc_info;//setl_proc_info	结算过程信息	字符型	4000

    public String getFund_pay_type() {
        return fund_pay_type;
    }

    public void setFund_pay_type(String fund_pay_type) {
        this.fund_pay_type = fund_pay_type;
    }

    public BigDecimal getInscp_scp_amt() {
        return inscp_scp_amt;
    }

    public void setInscp_scp_amt(BigDecimal inscp_scp_amt) {
        this.inscp_scp_amt = inscp_scp_amt;
    }

    public BigDecimal getCrt_payb_lmt_amt() {
        return crt_payb_lmt_amt;
    }

    public void setCrt_payb_lmt_amt(BigDecimal crt_payb_lmt_amt) {
        this.crt_payb_lmt_amt = crt_payb_lmt_amt;
    }

    public BigDecimal getFund_payamt() {
        return fund_payamt;
    }

    public void setFund_payamt(BigDecimal fund_payamt) {
        this.fund_payamt = fund_payamt;
    }

    public String getFund_pay_type_name() {
        return fund_pay_type_name;
    }

    public void setFund_pay_type_name(String fund_pay_type_name) {
        this.fund_pay_type_name = fund_pay_type_name;
    }

    public String getSetl_proc_info() {
        return setl_proc_info;
    }

    public void setSetl_proc_info(String setl_proc_info) {
        this.setl_proc_info = setl_proc_info;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy