Showing
1 changed file
with
0 additions
and
15 deletions
@@ -23,19 +23,4 @@ public class ExpressInfoConstant { | @@ -23,19 +23,4 @@ public class ExpressInfoConstant { | ||
23 | */ | 23 | */ |
24 | public static final Integer EXPRESS_STATUS_UNSEND = 2; | 24 | public static final Integer EXPRESS_STATUS_UNSEND = 2; |
25 | 25 | ||
26 | - /** | ||
27 | - * 清关成功 | ||
28 | - */ | ||
29 | - public static final Integer EXPRESS_CLEAR_SUCCESS = 100; | ||
30 | - | ||
31 | - /** | ||
32 | - * 清关失败(平台原因) | ||
33 | - */ | ||
34 | - public static final Integer EXPRESS_CLEAR_FAIL_CAUSE_PLATFORM = 101; | ||
35 | - | ||
36 | - /** | ||
37 | - * 清关失败(买家原因) | ||
38 | - */ | ||
39 | - public static final Integer EXPRESS_CLEAR_FAIL_CAUSE_BUYER= 102; | ||
40 | - | ||
41 | } | 26 | } |
-
Please register or login to post a comment