| | |
| | | package com.ruoyi.project.tool.gen.domain;
|
| | |
|
| | | import java.util.List;
|
| | | import javax.validation.Valid;
|
| | | import javax.validation.constraints.NotBlank;
|
| | | import jakarta.validation.Valid;
|
| | | import jakarta.validation.constraints.NotBlank;
|
| | | import org.apache.commons.lang3.ArrayUtils;
|
| | | import com.ruoyi.common.constant.GenConstants;
|
| | | import com.ruoyi.common.utils.StringUtils;
|
| | |
| | | private String treeName;
|
| | |
|
| | | /** 上级菜单ID字段 */
|
| | | private String parentMenuId;
|
| | | private Long parentMenuId;
|
| | |
|
| | | /** 上级菜单名称字段 */
|
| | | private String parentMenuName;
|
| | |
| | | this.treeName = treeName;
|
| | | }
|
| | |
|
| | | public String getParentMenuId()
|
| | | public Long getParentMenuId()
|
| | | {
|
| | | return parentMenuId;
|
| | | }
|
| | |
|
| | | public void setParentMenuId(String parentMenuId)
|
| | | public void setParentMenuId(Long parentMenuId)
|
| | | {
|
| | | this.parentMenuId = parentMenuId;
|
| | | }
|