2025-07-08 14:01:10 +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; }
}
}