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

cn.foxtech.channel.domain.ChannelRequestVO Maven / Gradle / Ivy

There is a newer version: 1.2.1
Show newest version
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