初始化
This commit is contained in:
15
DAL/New_Models/TbSysSeek.cs
Normal file
15
DAL/New_Models/TbSysSeek.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace DAL.New_Models;
|
||||
|
||||
public partial class TbSysSeek
|
||||
{
|
||||
public int Id { get; set; }
|
||||
|
||||
public string? Prefix { get; set; }
|
||||
|
||||
public int? Suffix { get; set; }
|
||||
|
||||
public string? Remark { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user