Commit 8ef340d1 authored by fangxinjiang's avatar fangxinjiang

事业部&事业部条线-fxj

parent 0fab7a3d
......@@ -170,13 +170,13 @@ public class SysMenu extends BaseEntity {
private String taxId;
/**
* BU归属权限id
* 事业部权限id
*/
@Schema(description = "事业部权限id")
private String divisionId;
/**
* 条线类型权限id
* 事业部条线权限id
*/
@Schema(description = "事业部条线权限id")
private String divisionLineId;
......
......@@ -160,4 +160,22 @@ public class SysMenuVo extends RowIndex implements Serializable {
@ExcelProperty("部门权限id")
private String deptId;
/**
* 事业部权限id
*/
@Schema(description = "事业部权限id")
@Length(max = 20, message = "事业部权限id 不能超过20 个字符")
@ExcelAttribute(name = "事业部权限id", maxLength = 20)
@ExcelProperty("事业部权限id")
private String divisionId;
/**
* 事业部条线权限id
*/
@Schema(description = "事业部条线权限id")
@Length(max = 20, message = "事业部条线权限id 不能超过20 个字符")
@ExcelAttribute(name = "事业部条线权限id", maxLength = 20)
@ExcelProperty("事业部条线权限id")
private String divisionLineId;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment