| 1234567891011121314151617181920 |
- using System;
- using System.Collections.Generic;
- // Code scaffolded by EF Core assumes nullable reference types (NRTs) are not used or disabled.
- // If you have enabled NRTs for your project, then un-comment the following line:
- // #nullable disable
- namespace SuperCms.Database
- {
- public partial class ConnCkNganh
- {
- public decimal Id { get; set; }
- public string Code { get; set; }
- public string Name { get; set; }
- public string Stt { get; set; }
- public string Note { get; set; }
- public string SubFrom { get; set; }
- public string SubTo { get; set; }
- }
- }
|