添加项目文件。
This commit is contained in:
20
SamplePre.Models/Tables/config_role_permisson.cs
Normal file
20
SamplePre.Models/Tables/config_role_permisson.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
using SqlSugar;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace SamplePre.Models.Tables
|
||||
{
|
||||
public class config_role_permisson
|
||||
{
|
||||
|
||||
[SugarColumn(IsPrimaryKey = true, IsIdentity = false)]
|
||||
public int id { get; set; }
|
||||
public string role_id { get; set; }
|
||||
public int function_id { get; set; }
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user