初始化
This commit is contained in:
19
WebAPIServer/Models/TblUtsManageSearchkey.cs
Normal file
19
WebAPIServer/Models/TblUtsManageSearchkey.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace WebAPIServer.Models;
|
||||
|
||||
public partial class TblUtsManageSearchkey
|
||||
{
|
||||
public int Id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 数据库ID
|
||||
/// </summary>
|
||||
public int DataBaseId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 查询条件
|
||||
/// </summary>
|
||||
public string SearchVarKey { get; set; } = null!;
|
||||
}
|
||||
Reference in New Issue
Block a user