wangxu16 4 lat temu
rodzic
commit
8c8ce9d588

+ 0 - 1
security-protection-service/src/main/java/com/ai/bss/security/protection/controller/WorkShiftController.java

@ -13,7 +13,6 @@ import org.springframework.web.bind.annotation.*;
13 13
@RequestMapping("/workShift")
14 14
public class WorkShiftController {
15 15
16
17 16
    @Autowired
18 17
    private WorkShiftService workShiftService;
19 18