cn.beecloud.bean.BCTransferBanks Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of beecloud-java-sdk Show documentation
Show all versions of beecloud-java-sdk Show documentation
java-sdk is the payment integration of beecloud based on Java language.
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;
}
}