TASK: 批量生成获取任务序号
This commit is contained in:
@@ -28,5 +28,7 @@ public interface ProjectService extends IService<Project> {
|
||||
|
||||
List<Project> getByProjectNameLike(String projectName);
|
||||
|
||||
Integer getNextSequence();
|
||||
Integer getOrCreateSequence();
|
||||
|
||||
void clearLockedSequence(Long accountId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user