MrShi
8 天以前 cb94ff4f0a46eb74c21dd7b34b8d958ef9a9f11c
server/services/src/main/java/com/doumee/dao/vo/WebLoginUserVO.java
@@ -19,10 +19,12 @@
    @ApiModelProperty(value = "用户主键")
    private String id;
    @ApiModelProperty(value = "用户角色:")
    @ApiModelProperty(value = "用户角色:   (dUser:标记为钉钉用户)")
    private String roleType;
    @ApiModelProperty(value = "战区编码")
    private String zhanqu;
    @ApiModelProperty(value = "token")
    private String token;
}