Skip to content

Commit

Permalink
Update UmsPermissionNode.java
Browse files Browse the repository at this point in the history
  • Loading branch information
macrozheng committed May 20, 2020
1 parent 694dc35 commit 0a25501
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package com.macro.mall.dto;

import com.macro.mall.model.UmsPermission;
import io.swagger.annotations.ApiModelProperty;
import lombok.Getter;
import lombok.Setter;

Expand All @@ -13,5 +14,6 @@
public class UmsPermissionNode extends UmsPermission {
@Getter
@Setter
@ApiModelProperty(value = "子级权限")
private List<UmsPermissionNode> children;
}

0 comments on commit 0a25501

Please sign in to comment.