增加表名常量类,增加异常消息枚举

This commit is contained in:
2025-10-22 10:47:12 +08:00
committed by 张秉卓
parent 97e269d969
commit 4edb5328c1
4 changed files with 30 additions and 2 deletions

View File

@ -24,7 +24,6 @@ import com.xjrsoft.module.authority.dto.BatchSetDataAuthDto;
import java.util.stream.Collectors;
import java.util.ArrayList;
import com.xjrsoft.module.datalog.entity.DataChangeLog;
import com.xjrsoft.module.datalog.service.DatalogService;
import com.xjrsoft.module.datalog.vo.DataChangeLogVo;
import com.xjrsoft.module.dev.vo.Testfrom6Vo;