刘光辉
昨天 bb638871a7fb692d80f1b7a758f991dc0879002c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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";
}