|
@@ -6,26 +6,26 @@ package com.fjhx.kd100.constant;
|
|
|
public interface KD100Status {
|
|
|
|
|
|
|
|
|
- public static final Integer STATUS_N = -1;
|
|
|
+ Integer STATUS_N = -1;
|
|
|
|
|
|
- public static final Integer STATUS_0 = 0;
|
|
|
+ Integer STATUS_0 = 0;
|
|
|
|
|
|
- public static final Integer STATUS_1 = 1;
|
|
|
+ Integer STATUS_1 = 1;
|
|
|
|
|
|
- public static final Integer STATUS_2 = 2;
|
|
|
+ Integer STATUS_2 = 2;
|
|
|
|
|
|
- public static final Integer STATUS_3 = 3;
|
|
|
+ Integer STATUS_3 = 3;
|
|
|
|
|
|
- public static final Integer STATUS_4 = 4;
|
|
|
+ Integer STATUS_4 = 4;
|
|
|
|
|
|
- public static final Integer STATUS_5 = 5;
|
|
|
+ Integer STATUS_5 = 5;
|
|
|
|
|
|
- public static final Integer STATUS_6 = 6;
|
|
|
+ Integer STATUS_6 = 6;
|
|
|
|
|
|
- public static final Integer STATUS_7 = 7;
|
|
|
+ Integer STATUS_7 = 7;
|
|
|
|
|
|
- public static final Integer STATUS_8 = 8;
|
|
|
+ Integer STATUS_8 = 8;
|
|
|
|
|
|
- public static final Integer STATUS_14 = 14;
|
|
|
+ Integer STATUS_14 = 14;
|
|
|
|
|
|
}
|