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

com.founder.ecrx.vopackage.RxSelDrugUpldResultDTO Maven / Gradle / Ivy

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

import com.founder.ecrx.vopackage.base.HOSResultDTO;
import java.io.Serializable;

/**
 * 4.15.药品销售出库明细上传-出参
 * transType:rxSelDrugUpld
 */
public class RxSelDrugUpldResultDTO extends HOSResultDTO implements Serializable {
    private Boolean flag;  //1 flag 成功标志 布尔型 3 Y
    private String selStooutSn;  // 销售出库流水号

    public Boolean getFlag() {
        return flag;
    }

    public void setFlag(Boolean flag) {
        this.flag = flag;
    }

    public String getSelStooutSn() {
        return selStooutSn;
    }

    public void setSelStooutSn(String selStooutSn) {
        this.selStooutSn = selStooutSn;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy