公告板
版本库
filestore
活动
搜索
登录
叶怿
/
smart_train
硬件组-智慧驾培
概况
操作记录
提交次数
目录
工单
文档
派生
对比
blame
|
历史
|
原始文档
Merge branch 'master' of https://gitee.com/endian11/DriveJudge
yy1717
2020-08-21
b8b0a1e54b2d5bc78f2e3ba3561943b959db618a
[~yy/smart_train.git]
/
im_lib
/
src
/
main
/
java
/
com
/
anyun
/
im_lib
/
util
/
PlatFormConstant.java
1
2
3
4
5
6
7
8
9
package com.anyun.im_lib.util;
public class PlatFormConstant {
public static final String TAG = "PlatFormMessage";
public static final int SUCCESS = 0;
public static final short STU_INFO_SUCC = 1;
}