TASK: 批量生成 获取任务序号
This commit is contained in:
@@ -27,4 +27,6 @@ public interface ProjectService extends IService<Project> {
|
||||
Set<Long> getChildProjectIdSet(Long projectId);
|
||||
|
||||
List<Project> getByProjectNameLike(String projectName);
|
||||
|
||||
Integer getNextSequence();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user