生成数据字典代码.

This commit is contained in:
lijiahang
2023-10-16 18:24:20 +08:00
parent 114b17bef4
commit 07162f2528
56 changed files with 2504 additions and 15 deletions

View File

@@ -27,6 +27,8 @@ public interface ErrorMessage {
String CONFIG_ABSENT = "配置不存在";
String CONFIG_PRESENT = "配置已存在";
String DATA_PRESENT = "数据已存在";
String NAME_PRESENT = "名称已存在";