dashboard
repositories
filestore
activity
search
login
admin
/
moral
forked from
moral
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
common: 完成验证码工具类 生成校验
kaiyu
2021-03-18
82b5c11b7f3bb0f74c108fe2c06721968ae2b5da
[~admin/moral.git]
/
screen-common
/
src
/
main
/
java
/
com
/
moral
/
constant
/
Constants.java
1
2
3
4
5
6
7
8
9
10
11
package com.moral.constant;
/**
* 通用常量信息
*/
public class Constants {
public static String DELETE = "1";
public static String NOT_DELETE = "0";
}