|
|
@@ -1,21 +1,11 @@
|
|
|
package org.dromara.system.controller.pc;
|
|
|
|
|
|
-import jakarta.validation.constraints.NotEmpty;
|
|
|
-import jakarta.validation.constraints.NotNull;
|
|
|
import lombok.RequiredArgsConstructor;
|
|
|
-import org.dromara.common.core.domain.R;
|
|
|
-import org.dromara.common.core.validate.AddGroup;
|
|
|
-import org.dromara.common.core.validate.EditGroup;
|
|
|
-import org.dromara.common.log.annotation.Log;
|
|
|
-import org.dromara.common.log.enums.BusinessType;
|
|
|
import org.dromara.common.web.core.BaseController;
|
|
|
-import org.dromara.system.domain.bo.SysRoleBo;
|
|
|
-import org.dromara.system.domain.vo.SysRoleVo;
|
|
|
import org.dromara.system.service.IComStaffService;
|
|
|
import org.springframework.validation.annotation.Validated;
|
|
|
-import org.springframework.web.bind.annotation.*;
|
|
|
-
|
|
|
-import java.util.List;
|
|
|
+import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
+import org.springframework.web.bind.annotation.RestController;
|
|
|
|
|
|
@Validated
|
|
|
@RequiredArgsConstructor
|
|
|
@@ -25,5 +15,5 @@ public class PcComStaffController extends BaseController {
|
|
|
|
|
|
private final IComStaffService comStaffService;
|
|
|
|
|
|
-
|
|
|
+
|
|
|
}
|