|
|
@ -14,9 +14,9 @@
|
|
|
|
* limitations under the License.
|
|
|
|
* limitations under the License.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
package net.micode.notes.tool;
|
|
|
|
package net.micode.notes.tool;//定义了很多的静态字符串,目的就是为了提供jsonObject中相应字符串的"key"。把这些静态的定义单独写到了一个类里面
|
|
|
|
|
|
|
|
|
|
|
|
public class GTaskStringUtils {
|
|
|
|
public class GTaskStringUtils {//定义了一堆static string,实际就是为jsonObject提供Key,把这些定义全部写到一个类里,方便查看管理
|
|
|
|
|
|
|
|
|
|
|
|
public final static String GTASK_JSON_ACTION_ID = "action_id";
|
|
|
|
public final static String GTASK_JSON_ACTION_ID = "action_id";
|
|
|
|
|
|
|
|
|
|
|
|