清理一次,已经迁移完成的代码

This commit is contained in:
YunaiV
2021-01-05 01:16:35 +08:00
parent cf93019ce1
commit 1345c663eb
125 changed files with 398 additions and 13172 deletions

View File

@@ -2,7 +2,7 @@ package com.ruoyi.common.constant;
/**
* 用户常量信息
*
*
* @author ruoyi
*/
public class UserConstants
@@ -42,15 +42,6 @@ public class UserConstants
/** 是否菜单外链(否) */
public static final String NO_FRAME = "1";
/** 菜单类型(目录) */
public static final String TYPE_DIR = "M";
/** 菜单类型(菜单) */
public static final String TYPE_MENU = "C";
/** 菜单类型(按钮) */
public static final String TYPE_BUTTON = "F";
/** Layout组件标识 */
public final static String LAYOUT = "Layout";