|
|
@@ -106,9 +106,9 @@ public class StaffVO extends PageInfo<StaffVO> implements Serializable {
|
|
|
@ApiModelProperty(value = "登录标识")
|
|
|
private Boolean flgCanLogin;
|
|
|
/**
|
|
|
- * 登录系统 0:PC端,1:移动端,2:PC+移动端
|
|
|
+ * 1:PC端,2:移动端,3:PC+移动端
|
|
|
*/
|
|
|
- @ApiModelProperty(value = "登录系统 0:PC端,1:移动端,2:PC+移动端")
|
|
|
+ @ApiModelProperty(value = "1:PC端,2:移动端,3:PC+移动端")
|
|
|
private Integer loginType;
|
|
|
/**
|
|
|
* @desc : 角色list
|