| | |
| | | package com.moon.server.entity.sys; |
| | | |
| | | import io.swagger.models.auth.In; |
| | | |
| | | import java.io.Serializable; |
| | | import java.sql.Timestamp; |
| | | |
| | | /** |
| | | * 角色-图层 |
| | | * @author WWW |
| | | */ |
| | | @SuppressWarnings("ALL") |
| | | public class RoleLayerEntity implements Serializable { |
| | | private static final long serialVersionUID = -773018130926889472L; |
| | | |
| | | private int id; |
| | | private Integer id; |
| | | |
| | | private int roleid; |
| | | |
| | |
| | | |
| | | private String enName; |
| | | |
| | | private Integer type; |
| | | private Integer isLayer; |
| | | |
| | | private Integer pid; |
| | | |
| | |
| | | public RoleLayerEntity() { |
| | | } |
| | | |
| | | public int getId() { |
| | | public Integer getId() { |
| | | return id; |
| | | } |
| | | |
| | | public void setId(int id) { |
| | | public void setId(Integer id) { |
| | | this.id = id; |
| | | } |
| | | |
| | |
| | | this.enName = enName; |
| | | } |
| | | |
| | | public Integer getType() { |
| | | return type; |
| | | public Integer getIsLayer() { |
| | | return isLayer; |
| | | } |
| | | |
| | | public void setType(Integer type) { |
| | | this.type = type; |
| | | public void setIsLayer(Integer isLayer) { |
| | | this.isLayer = isLayer; |
| | | } |
| | | |
| | | public Integer getPid() { |