Bläddra i källkod

1:PC端,2:移动端,3:PC+移动端

姜永辉 1 år sedan
förälder
incheckning
7e9505f452

+ 2 - 2
src/main/java/com/dk/common/model/response/mst/StaffResponse.java

@@ -101,9 +101,9 @@ public class StaffResponse extends PageInfo<StaffResponse> implements Serializab
     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;
 
     /**

+ 2 - 2
src/main/java/com/dk/common/model/vo/mst/StaffVO.java

@@ -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