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 ConnCkData { public decimal Id { get; set; } public int? NganhId { get; set; } public DateTime? Vsysdate { get; set; } public string Ngay { get; set; } public string ThayDoi { get; set; } public string TangGiam { get; set; } public decimal? KhoiLuong { get; set; } public decimal? GiaTri { get; set; } public decimal? TnnMua { get; set; } public decimal? TnnBan { get; set; } } }