【fix sonar】CommonSendStatus文件
This commit is contained in:
+4
-1
@@ -5,7 +5,10 @@ package com.jero.common.constant;
|
|||||||
* @Author LeeShaoQing
|
* @Author LeeShaoQing
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public interface CommonSendStatus {
|
public class CommonSendStatus {
|
||||||
|
private CommonSendStatus(){
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
public static final String UNPUBLISHED_STATUS_0 = "0"; //未发布
|
public static final String UNPUBLISHED_STATUS_0 = "0"; //未发布
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user