数据权限的修改
This commit is contained in:
+2
@@ -99,6 +99,8 @@ public class Verification extends BaseVOEntity implements Serializable,Cloneable
|
||||
private Long topOrganizationId;
|
||||
@ApiModelProperty("组织表ID")
|
||||
private Long organizationId;
|
||||
@ApiModelProperty("组织名称")
|
||||
private String organizationName;
|
||||
// @ApiModelProperty("是否月结:1-是,2-否")
|
||||
// private Integer receivableType;
|
||||
@ApiModelProperty("部门id")
|
||||
|
||||
+3
@@ -56,4 +56,7 @@ public class AddressBookPo extends BaseVOEntity implements Serializable
|
||||
private String synthesize;
|
||||
@ApiModelProperty(name = "单位名称")
|
||||
private String unitName;
|
||||
|
||||
@ApiModelProperty(name = "组织ID(用于数据权限过滤,内部使用)", hidden = true)
|
||||
private Long organizationId;
|
||||
}
|
||||
|
||||
@@ -24,6 +24,10 @@ public class RolePO extends BaseVOEntity implements Serializable {
|
||||
private String roleTypeName = "";
|
||||
@ApiModelProperty(name = "组织表ID")
|
||||
private Long organizationId = 0L;
|
||||
@ApiModelProperty(name = "组织名称")
|
||||
private String organizationName = "";
|
||||
@ApiModelProperty(name = "一级组织表ID")
|
||||
private Long topOrganizationId = 0L;
|
||||
@ApiModelProperty(name = "职务/角色权限字符,控制器中定义的权限字符,如:@PreAuthorize(`@ss.hasRole('admin')`)")
|
||||
private String roleCode = "";
|
||||
@ApiModelProperty(name = "职务/角色名称")
|
||||
|
||||
+2
@@ -28,6 +28,8 @@ public class UserDriverListPo {
|
||||
private String driverEnterpriseName="";
|
||||
@ApiModelProperty(name = "登录账号(2-20位)")
|
||||
private String userAccount = "";
|
||||
@ApiModelProperty(name = "组织表ID")
|
||||
private Long organizationId;
|
||||
@ApiModelProperty(name = "组织名称")
|
||||
private String organizationName = "";
|
||||
@ApiModelProperty(name = "身份证号")
|
||||
|
||||
+2
@@ -99,6 +99,8 @@ public class VerificationPo extends BaseVOEntity implements Serializable
|
||||
private Long topOrganizationId;
|
||||
@ApiModelProperty("组织表ID")
|
||||
private Long organizationId;
|
||||
@ApiModelProperty("组织名称")
|
||||
private String organizationName;
|
||||
// @ApiModelProperty("是否月结:1-是,2-否")
|
||||
// private Integer receivableType;
|
||||
@ApiModelProperty("部门id")
|
||||
|
||||
Reference in New Issue
Block a user