新增了常量

This commit is contained in:
wenc000 2020-05-25 23:31:46 +08:00
parent 8632d9a075
commit aefeb3f304

View File

@ -108,6 +108,14 @@ public interface ISystemConstant {
* false
*/
String IS_FALSE = "false";
/**
* true 1
*/
String IS_TRUE_INT = "1";
/**
* false 0
*/
String IS_FALSE_INT = "0";
/**
* UTF-8编码
*/