This commit is contained in:
admin
2024-06-09 16:39:01 +08:00
parent 19c0efb16d
commit 05f97ef606
2 changed files with 22 additions and 1 deletions

View File

@@ -136,4 +136,15 @@ public class PlayClerkUserLoginResponseVo {
private List<PlayClerkCommodityQueryVo> commodity = new ArrayList<>();
/**
* 是否允许登录(0:允许1:不允许)
*/
private String allowLogin = "0";
/**
* 禁止登录原因
*/
private String disableLoginReason;
}