- using System;
- using System.Collections.Generic;
- namespace CodeFirstExistingDatabaseSample.ISMS_BASE.Models
- {
- public partial class ImSanBiZhiFaultDefine
- {
- public string Id { get; set; } = null!;
- public int C2h2C2h4 { get; set; }
- public int Ch4H2 { get; set; }
- public int C2h4C2h6 { get; set; }
- public int FltTypeCode { get; set; }
- public virtual ImSanBiZhiFaultType FltTypeCodeNavigation { get; set; } = null!;
- }
- }
|