- 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; }
- }
- }
|