TASK: 批量生成 获取任务序号

This commit is contained in:
2025-06-30 15:11:31 +08:00
parent 68311e1d8b
commit 9a25e8ce4a
5 changed files with 85 additions and 34 deletions

View File

@@ -27,4 +27,6 @@ public interface ProjectService extends IService<Project> {
Set<Long> getChildProjectIdSet(Long projectId);
List<Project> getByProjectNameLike(String projectName);
Integer getNextSequence();
}