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

This commit is contained in:
2025-07-02 16:16:15 +08:00
parent e8ad241653
commit a447cde05b
5 changed files with 58 additions and 23 deletions

View File

@@ -28,5 +28,7 @@ public interface ProjectService extends IService<Project> {
List<Project> getByProjectNameLike(String projectName);
Integer getNextSequence();
Integer getOrCreateSequence();
void clearLockedSequence(Long accountId);
}