|
|
@@ -106,9 +106,9 @@ public class StaffVO extends PageInfo<StaffVO> implements Serializable {
|
|
|
@ApiModelProperty(value = "登录标识")
|
|
|
private Boolean flgCanLogin;
|
|
|
/**
|
|
|
- * 1:PC端,2:移动端,3:PC+移动端
|
|
|
+ * 1:PC端,2:移动端,3:PC+移动端, 4:无
|
|
|
*/
|
|
|
- @ApiModelProperty(value = "1:PC端,2:移动端,3:PC+移动端")
|
|
|
+ @ApiModelProperty(value = "1:PC端,2:移动端,3:PC+移动端, 4:无")
|
|
|
private Integer loginType;
|
|
|
/**
|
|
|
* @desc : 角色list
|
|
|
@@ -141,6 +141,12 @@ public class StaffVO extends PageInfo<StaffVO> implements Serializable {
|
|
|
|
|
|
private List<StaffPurview> staffPurviewList;
|
|
|
|
|
|
+ /**
|
|
|
+ * 系统版本
|
|
|
+ */
|
|
|
+ @ApiModelProperty(value = "系统版本")
|
|
|
+ private String gradeCode;
|
|
|
+
|
|
|
|
|
|
|
|
|
private static final long serialVersionUID = 1L;
|