This commit is contained in:
cc
2024-11-12 15:41:33 +08:00
parent 34cef80465
commit 7e91a2e461
6 changed files with 48 additions and 28 deletions

View File

@@ -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, "无效-取消");