![JAR search and dependency download from the Maven repository](/logo.png)
cn.foxtech.channel.domain.ChannelRequestVO Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fox-edge-server-channel-domain Show documentation
Show all versions of fox-edge-server-channel-domain Show documentation
fox-edge-server-channel-domain
package cn.foxtech.channel.domain;
import java.util.Map;
public class ChannelRequestVO extends ChannelBaseVO {
public static ChannelRequestVO buildVO(Map map) {
ChannelRequestVO vo = new ChannelRequestVO();
vo.bindBaseVO(map);
return vo;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy