Commit 12160ce3 authored by fangxinjiang's avatar fangxinjiang

数字

parent b29d17ce
......@@ -98,4 +98,24 @@ public interface CommonConstants {
* JSON 资源
*/
/**
* number 0
*/
String ZERO_String = "0";
/**
* number 1
*/
String ONE_String = "1";
/**
* number 2
*/
String TWO_String = "2";
/**
* number 3
*/
String THREE_String = "3";
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment