管道基础大数据平台系统开发-【后端】-Server
13693261870
2025-07-02 ed8c7a5effd0d423ce1118b680ecdca6fe732609
src/main/java/com/lf/server/entity/sys/MenuAuthEntity.java
@@ -16,6 +16,8 @@
    private int authid;
    private String name;
    private int createUser;
    private Timestamp createTime;
@@ -23,6 +25,9 @@
    private int updateUser;
    private Timestamp updateTime;
    private String  authName;
    public MenuAuthEntity() {
    }
@@ -49,6 +54,14 @@
    public void setAuthid(int authid) {
        this.authid = authid;
    }
    public String getName() {
        return name;
    }
    public void setName(String name) {
        this.name = name;
    }
    public int getCreateUser() {
@@ -82,4 +95,12 @@
    public void setUpdateTime(Timestamp updateTime) {
        this.updateTime = updateTime;
    }
    public String getAuthName() {
        return authName;
    }
    public void setAuthName(String authName) {
        this.authName = authName;
    }
}