1
This commit is contained in:
@@ -13,6 +13,7 @@ public class ValidCodeConverter {
|
||||
private static final Map<Integer, String> codeDescriptions = new HashMap<>();
|
||||
|
||||
static {
|
||||
codeDescriptions.put(-100, "无变化");
|
||||
codeDescriptions.put(-1, "未知");
|
||||
codeDescriptions.put(2, "无效-拆单");
|
||||
codeDescriptions.put(3, "无效-取消");
|
||||
|
||||
Reference in New Issue
Block a user