dashboard
repositories
filestore
activity
search
login
admin
/
moral
forked from
moral
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
组菜单分配
jinpengyong
2021-03-22
2dfd3bbb1b4976f0702b1adede273ad6c6939436
[~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;
}