dashboard
repositories
filestore
activity
search
login
admin
/
moral
forked from
moral
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
角色菜单模糊查询
lizijie
2021-03-25
680467cafe81445bda4cd71d93fb489ca436c5a1
[~admin/moral.git]
/
screen-common
/
src
/
main
/
java
/
com
/
moral
/
constant
/
Constants.java
1
2
3
4
5
6
7
8
9
10
11
12
package com.moral.constant;
/**
* 通用常量信息
*/
public class Constants {
public static String DELETE = "1";
public static String NOT_DELETE = "0";
public static Integer WEB_CHANNEL = 1;
}