添加项目文件。
This commit is contained in:
20
SamplePre.Models/Tables/config_user_role.cs
Normal file
20
SamplePre.Models/Tables/config_user_role.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace SamplePre.Models.Tables
|
||||
{
|
||||
public class config_user_role
|
||||
{
|
||||
|
||||
public int id { get; set; }
|
||||
public string user_id { get; set; }
|
||||
public string role_id { get; set; }
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user