Commit f21293f5 by 李小龙

用户区分

parent faa30c0f
...@@ -53,4 +53,6 @@ public class PlatUserLoginVO implements Serializable { ...@@ -53,4 +53,6 @@ public class PlatUserLoginVO implements Serializable {
@ApiModelProperty("企微菜单列表") @ApiModelProperty("企微菜单列表")
private List<String> wechatMenuCodeList; private List<String> wechatMenuCodeList;
private String userType = "plat";
} }
...@@ -36,4 +36,6 @@ public class SaasUserLoginVO implements Serializable { ...@@ -36,4 +36,6 @@ public class SaasUserLoginVO implements Serializable {
@ApiModelProperty("按钮列表") @ApiModelProperty("按钮列表")
private List<SaasMenuDTOVO> buttonList; private List<SaasMenuDTOVO> buttonList;
private String userType = "saas";
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment