啊鑫
2024-11-22 f3dc5a68b4a1fc350b37cab87fd3a2507aee6f47
entity/MesSysPageview.cs
@@ -1,9 +1,7 @@
using System;
using System.Collections.Generic;
using System.Linq;
using SqlSugar;
namespace NewPdaSqlServer.entity
{
using SqlSugar;
namespace NewPdaSqlServer.entity;
    /// <summary>
    /// 页面配置表
    ///</summary>
@@ -16,20 +14,22 @@
        ///</summary>
         [SugarColumn(ColumnName="guid" ,IsPrimaryKey = true   )]
         public Guid Guid { get; set; }
        /// <summary>
        /// 页面中文名 
        ///</summary>
         [SugarColumn(ColumnName="PAGE_VIEW"    )]
         public string PageView { get; set; }
        /// <summary>
        /// 页面路径 
        ///</summary>
         [SugarColumn(ColumnName="PATH"    )]
         public string Path { get; set; }
        /// <summary>
        /// 页面图标 
        ///</summary>
         [SugarColumn(ColumnName="ICOIMG"    )]
         public string Icoimg { get; set; }
    }
}