mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-13 05:12:07 +08:00
生产单新增1
This commit is contained in:
+1
-1
@@ -59,7 +59,7 @@ public interface AdminUserApi {
|
||||
@Parameter(name = "ids", description = "用户编号数组", example = "3,5", required = true)
|
||||
CommonResult<Boolean> validateUserList(@RequestParam("ids") Set<Long> ids);
|
||||
|
||||
@GetMapping(PREFIX + "/valid")
|
||||
@GetMapping(PREFIX + "/validUser")
|
||||
@Operation(summary = "通过用户名称获取用户信息")
|
||||
@Parameters({
|
||||
@Parameter(name = "name", description = "用户名称", example = "1", required = true),
|
||||
|
||||
Reference in New Issue
Block a user