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

com.founder.core.vopackage.si0057.VoResIIH0057ResultDataEntinfo Maven / Gradle / Ivy

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

import com.thoughtworks.xstream.annotations.XStreamAlias;

import java.io.Serializable;

@XStreamAlias("Entinfo")
public class VoResIIH0057ResultDataEntinfo implements Serializable {
    private String Code_ent = "";//2000000018
    private String Times_op = "";//1
    private String Code_enttp = "";//00
    private String Amt_ent = "";//2559
    private String Dt_acpt = "";//2020-05-18 11:37:55
    private String Note = "";//
    @XStreamAlias("Presinfos")
    private VoResIIH0057ResultDataEntinfoPresinfoList Presinfos = new VoResIIH0057ResultDataEntinfoPresinfoList();

    public String getCode_ent() {
        return Code_ent;
    }

    public void setCode_ent(String code_ent) {
        Code_ent = code_ent;
    }

    public String getTimes_op() {
        return Times_op;
    }

    public void setTimes_op(String times_op) {
        Times_op = times_op;
    }

    public String getCode_enttp() {
        return Code_enttp;
    }

    public void setCode_enttp(String code_enttp) {
        Code_enttp = code_enttp;
    }

    public String getAmt_ent() {
        return Amt_ent;
    }

    public void setAmt_ent(String amt_ent) {
        Amt_ent = amt_ent;
    }

    public String getDt_acpt() {
        return Dt_acpt;
    }

    public void setDt_acpt(String dt_acpt) {
        Dt_acpt = dt_acpt;
    }

    public String getNote() {
        return Note;
    }

    public void setNote(String note) {
        Note = note;
    }

    public VoResIIH0057ResultDataEntinfoPresinfoList getPresinfos() {
        return Presinfos;
    }

    public void setPresinfos(VoResIIH0057ResultDataEntinfoPresinfoList presinfos) {
        Presinfos = presinfos;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy