ImVStation4SheBei.cs 368 B

12345678910111213
  1. using System;
  2. using System.Collections.Generic;
  3. namespace CodeFirstExistingDatabaseSample.ISMS_BASE.Models
  4. {
  5. public partial class ImVStation4SheBei
  6. {
  7. public string StatCode { get; set; } = null!;
  8. public string PrjId { get; set; } = null!;
  9. public string StatName { get; set; } = null!;
  10. public int SeqNo { get; set; }
  11. }
  12. }