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

cn.beecloud.bean.BCTransferBanks Maven / Gradle / Ivy

The newest version!
package cn.beecloud.bean;

/**
 * User: jackybian
 * Date: 2017/1/9
 */
public class BCTransferBanks {
    private String type;

    public String getType() {
        return type;
    }

    public void setType(String type) {
        this.type = type;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy