删除组功能

This commit is contained in:
2023-06-25 10:33:05 +08:00
parent 4a727b2fae
commit fc6299c6de
5 changed files with 35 additions and 3 deletions

View File

@@ -24,6 +24,8 @@ public enum AlgorithmResponseEnum {
ELEEPDPQD_DATA_ERROR ("A00506","统计指标据数据缺失"),
FILE_SIZE_ERROR ("A00507","文件不能超过10M"),
DATA_EXIST ("A00508","删除失败,有子数据"),
;