forked from sfms3.0/sfms3.0
9 changed files with 8 additions and 35 deletions
@ -1,4 +1,4 @@ |
|||
package com.win.framework.util; |
|||
package com.win.framework.web.core.util; |
|||
|
|||
import cn.hutool.extra.spring.SpringUtil; |
|||
import org.springframework.context.MessageSource; |
@ -1,24 +0,0 @@ |
|||
package com.win.module.system.controller.user.vo.user; |
|||
|
|||
import io.swagger.v3.oas.annotations.media.Schema; |
|||
import lombok.Builder; |
|||
import lombok.Data; |
|||
|
|||
import java.util.List; |
|||
import java.util.Map; |
|||
|
|||
@Schema(description = "管理后台 - 用户导入 Response VO") |
|||
@Data |
|||
@Builder |
|||
public class UserImportRespVO { |
|||
|
|||
@Schema(description = "创建成功的用户名数组", requiredMode = Schema.RequiredMode.REQUIRED) |
|||
private List<String> createUsernames; |
|||
|
|||
@Schema(description = "更新成功的用户名数组", requiredMode = Schema.RequiredMode.REQUIRED) |
|||
private List<String> updateUsernames; |
|||
|
|||
@Schema(description = "导入失败的用户集合,key 为用户名,value 为失败原因", requiredMode = Schema.RequiredMode.REQUIRED) |
|||
private Map<String, String> failureUsernames; |
|||
|
|||
} |
@ -1,2 +0,0 @@ |
|||
captcha.code.not.null=\u9a8c\u8bc1\u7801\u4e0d\u80fd\u4e3a\u7a7a |
|||
captcha.code.error=\u9a8c\u8bc1\u7801\u9519\u8bef |
@ -1,2 +0,0 @@ |
|||
captcha.code.not.null=\u9a8c\u8bc1\u7801\u4e0d\u80fd\u4e3a\u7a7a |
|||
captcha.code.error=\u9a8c\u8bc1\u7801\u9519\u8bef |
@ -0,0 +1,2 @@ |
|||
captcha.code.not.null=\u9A8C\u8BC1\u7801\u4E0D\u80FD\u4E3A\u7A7A |
|||
captcha.code.error=\u9A8C\u8BC1\u7801\u9519\u8BEF |
Loading…
Reference in new issue