package jnpf.portal.constant;
|
|
/**
|
* 类功能
|
*
|
* @author JNPF开发平台组 YanYu
|
* @version v3.4.6
|
* @copyrignt 引迈信息技术有限公司
|
* @date 2023-02-23
|
*/
|
public class PortalConst {
|
PortalConst() {
|
}
|
|
/**
|
* 模板
|
*/
|
public static final String MODEL = "model";
|
public static final String CUSTOM = "custom";
|
public static final String RELEASE = "release";
|
|
public static final String AUTHORIZE_PORTAL_MANAGE = "portalmanage";
|
}
|