dashboard
repositories
filestore
activity
search
login
main
/
moral
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
sys_config实体类生成
jinpengyong
2021-03-18
db4acf4c8a81435d77a97f0aed4efc58d7799e8d
[moral.git]
/
screen-common
/
src
/
main
/
java
/
com
/
moral
/
constant
/
Constants.java
1
2
3
4
5
6
7
8
9
10
package com.moral.constant;
/**
* 通用常量信息
*/
public class Constants {
public static String DELETE = "1";
public static String NOT_DELETE = "0";
}