cn.foxtech.channel.domain.ChannelRestfulConstant 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;
public class ChannelRestfulConstant {
public static final String resource_south_links_query = "southLinks/query";
public static final String resource_south_links_page = "southLinks/page";
}