작업현황목록수정

This commit is contained in:
Moon
2026-01-05 17:51:23 +09:00
parent af87a452a3
commit 0ae9a55c91
6 changed files with 70 additions and 5 deletions

View File

@@ -55,4 +55,8 @@ public class LabelWorkService {
return labelWorkCoreService.findlabelWorkStateList(searchReq);
}
public UUID findLastLabelWorkState() {
return labelWorkCoreService.findLastLabelWorkState();
}
}