【fix sonar】CommonSendStatus文件
This commit is contained in:
+7
-4
@@ -5,12 +5,15 @@ package com.jero.common.constant;
|
||||
* @Author LeeShaoQing
|
||||
*
|
||||
*/
|
||||
public interface CommonSendStatus {
|
||||
|
||||
public class CommonSendStatus {
|
||||
private CommonSendStatus(){
|
||||
|
||||
}
|
||||
|
||||
public static final String UNPUBLISHED_STATUS_0 = "0"; //未发布
|
||||
|
||||
|
||||
public static final String PUBLISHED_STATUS_1 = "1"; //已发布
|
||||
|
||||
|
||||
public static final String REVOKE_STATUS_2 = "2"; //撤销
|
||||
|
||||
//app端推送会话标识后缀
|
||||
|
||||
Reference in New Issue
Block a user