huliguo
2025-07-03 e3a2245265516fef78b4737d6fffc939e7c5e0af
1
2
3
4
5
6
7
8
package com.ruoyi.errand.constant;
 
public class SystemConfigTypeConstant {
    //启动页管理
    public static final Integer START_PAGE = 1;
    //首页配置
    public static final Integer HOME_PAGE = 2;
}