package com.qianwen.smartman.common.constant;
|
|
/* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/common/constant/CheckProjectConstant.class */
|
public interface CheckProjectConstant {
|
public static final Integer CHECK_RESULT = 1;
|
public static final String CHECK_RESULT_OK = "正常";
|
public static final String CHECK_RESULT_ERROR = "异常";
|
}
|