dashboard
repositories
filestore
activity
search
login
陈家良
/
moral
forked from
moral
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
获取用户层级菜单update
JinPengYong
2021-03-21
8a66d1972d2e9245e2999d06d49d2c864492ab17
[~chenjialiang/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;
}