Commit 1f43227c authored by unset's avatar unset

添加意见反馈添加信息

parent 2ca869ab
...@@ -45,8 +45,6 @@ public class ResultCode { ...@@ -45,8 +45,6 @@ public class ResultCode {
public static int ORDER_NOT_EXIST = Integer.valueOf(SystemProperty.getResultConfig("ORDER_NOT_EXIST")); public static int ORDER_NOT_EXIST = Integer.valueOf(SystemProperty.getResultConfig("ORDER_NOT_EXIST"));
public static int ORDER_STATUS_ERROR = Integer.valueOf(SystemProperty.getResultConfig("ORDER_STATUS_ERROR"));
public static int ORDER_GOODS_EXIST = Integer.valueOf(SystemProperty.getResultConfig("ORDER_GOODS_EXIST")); public static int ORDER_GOODS_EXIST = Integer.valueOf(SystemProperty.getResultConfig("ORDER_GOODS_EXIST"));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment