26-03-13-14:36:火力规则简单实现
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package com.solution.common.constant;
|
||||
|
||||
/**
|
||||
* 火力规则常量
|
||||
*/
|
||||
public class ExceptionConstants {
|
||||
|
||||
public static final String PARAMETER_EXCEPTION = "参数异常";
|
||||
|
||||
public static final String RESULT_EXCEPTION = "结果异常";
|
||||
|
||||
public static final String NOT_FOUND_CARRIAGE_CHAIN_HANDLER = "not found carriage chain handler!";
|
||||
|
||||
public static final String NOT_FOUND_F22_COMPONENT = "未找到 F-22 组件";
|
||||
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
package com.solution.common.constant;
|
||||
|
||||
|
||||
public class PlatformAndModuleConstants {
|
||||
|
||||
public static final String RED_NEBO_M_1 = "red_nebo_m_1";
|
||||
|
||||
public static final String RED_NEBO_M_2 = "red_nebo_m_2";
|
||||
}
|
||||
Reference in New Issue
Block a user