ConnCkNganh.cs 622 B

1234567891011121314151617181920
  1. using System;
  2. using System.Collections.Generic;
  3. // Code scaffolded by EF Core assumes nullable reference types (NRTs) are not used or disabled.
  4. // If you have enabled NRTs for your project, then un-comment the following line:
  5. // #nullable disable
  6. namespace SuperCms.Database
  7. {
  8. public partial class ConnCkNganh
  9. {
  10. public decimal Id { get; set; }
  11. public string Code { get; set; }
  12. public string Name { get; set; }
  13. public string Stt { get; set; }
  14. public string Note { get; set; }
  15. public string SubFrom { get; set; }
  16. public string SubTo { get; set; }
  17. }
  18. }