mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-12-25 20:35:35 +08:00
优化学员导入
This commit is contained in:
@@ -22,15 +22,13 @@ public class UserImportRequest {
|
||||
|
||||
@Data
|
||||
public static class UserItem {
|
||||
private String deps;
|
||||
private String email;
|
||||
private String name;
|
||||
private String password;
|
||||
|
||||
@JsonProperty("id_card")
|
||||
private String idCard;
|
||||
|
||||
@JsonProperty("dep_ids")
|
||||
private String depIds;
|
||||
}
|
||||
|
||||
@NotNull(message = "请导入数据")
|
||||
|
||||
Reference in New Issue
Block a user