2024-08-21 16:50:14 +08:00

13 lines
296 B
C#

using System;
using System.Collections.Generic;
namespace CodeFirstExistingDatabaseSample.ISMS_BASE.Models
{
public partial class ImSheBeiZt
{
public int Sbztbm { get; set; }
public string Sbztmc { get; set; } = null!;
public int? Sbztxh { get; set; }
}
}