新增了常量
This commit is contained in:
parent
8632d9a075
commit
aefeb3f304
@ -108,6 +108,14 @@ public interface ISystemConstant {
|
|||||||
* false
|
* false
|
||||||
*/
|
*/
|
||||||
String IS_FALSE = "false";
|
String IS_FALSE = "false";
|
||||||
|
/**
|
||||||
|
* true 1
|
||||||
|
*/
|
||||||
|
String IS_TRUE_INT = "1";
|
||||||
|
/**
|
||||||
|
* false 0
|
||||||
|
*/
|
||||||
|
String IS_FALSE_INT = "0";
|
||||||
/**
|
/**
|
||||||
* UTF-8编码
|
* UTF-8编码
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user