Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
39a40c23b5
@ -1,6 +1,5 @@
|
||||
package cd.casic.module.system.controller.admin.auth.vo;
|
||||
|
||||
import cd.casic.framework.commons.enums.CommonStatusEnum;
|
||||
import io.swagger.v3.oas.annotations.media.Schema;
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Builder;
|
||||
@ -110,6 +109,8 @@ public class AuthPermissionInfoRespVO {
|
||||
|
||||
@Schema(description = "isTag", example = "1")
|
||||
private Boolean isTag;
|
||||
@Schema(description = "hideBreadcrumb", example = "1")
|
||||
private Boolean hideBreadcrumb;
|
||||
@Schema(description = "tagDot", example = "1")
|
||||
private Boolean tagDot;
|
||||
@Schema(description = "tagType", example = "1")
|
||||
|
@ -91,7 +91,7 @@ public class MenuRespVO {
|
||||
|
||||
|
||||
private Boolean isTag;
|
||||
|
||||
private Boolean hideBreadcrumb;
|
||||
private Boolean tagDot;
|
||||
private String tagType;
|
||||
private String tagContent;
|
||||
|
@ -85,7 +85,7 @@ public class MenuSaveVO {
|
||||
|
||||
|
||||
private Boolean isTag;
|
||||
|
||||
private Boolean hideBreadcrumb;
|
||||
private Boolean tagDot;
|
||||
private String tagType;
|
||||
private String tagContent;
|
||||
|
@ -98,7 +98,7 @@ public class MenuTreeVO {
|
||||
|
||||
|
||||
private Boolean isTag;
|
||||
|
||||
private Boolean hideBreadcrumb;
|
||||
private Boolean tagDot;
|
||||
private String tagType;
|
||||
private String tagContent;
|
||||
|
@ -128,6 +128,7 @@ public class MenuDO extends BaseDO {
|
||||
|
||||
|
||||
private Boolean isTag;
|
||||
private Boolean hideBreadcrumb;
|
||||
|
||||
private Boolean tagDot;
|
||||
private String tagType;
|
||||
|
Loading…
x
Reference in New Issue
Block a user