yanghb
2024-04-15 6bc25b33e90d45904d1843e927fa709dfeb51d7f
roses/kernel-s-system/system-business-user/src/main/java/cn/stylefeng/roses/kernel/system/modular/user/controller/SysUserController.java
@@ -22,6 +22,7 @@
import cn.stylefeng.roses.kernel.wrapper.api.annotation.Wrapper;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.validation.annotation.Validated;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RestController;
@@ -61,6 +62,9 @@
        return new SuccessResponseData<>();
    }
    /**
     * 删除系统用户
     *