初始化
This commit is contained in:
19
WebAPIServer/Models/TblUtsManageAuthmanage.cs
Normal file
19
WebAPIServer/Models/TblUtsManageAuthmanage.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace WebAPIServer.Models;
|
||||
|
||||
public partial class TblUtsManageAuthmanage
|
||||
{
|
||||
public int Id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 部分权限
|
||||
/// </summary>
|
||||
public string? ModuleId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 描述
|
||||
/// </summary>
|
||||
public string? Describe { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user