代码优化

This commit is contained in:
none
2023-02-23 15:20:39 +08:00
parent b1022fde0a
commit e7d335eb88
12 changed files with 219 additions and 22 deletions

View File

@@ -51,4 +51,7 @@ public class UserRequest {
@JsonProperty("is_set_password")
private Integer isSetPassword;
@JsonProperty("dep_ids")
private Integer[] depIds;
}