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

com.founder.mip.vopackage.enc.HOSResultEncDTO Maven / Gradle / Ivy

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

import com.founder.mip.vopackage.base.HOSResultDTO;

import java.io.Serializable;

public class HOSResultEncDTO extends HOSResultDTO implements Serializable {
    private String encData;//encData 加密数据 String(max) N

    public String getEncData() {
        return encData;
    }

    public void setEncData(String encData) {
        this.encData = encData;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy