using System; namespace formula_manage.SQLModels { // internal class STUFF_Product //{ // } public partial class Product { public string ProductCode { get; set; } public string ProductName { get; set; } public Nullable ProductType { get; set; } public Nullable ProductClass { get; set; } public Nullable Color { get; set; } public string ProductLot { get; set; } public Nullable FullWeight { get; set; } public Nullable ProductUnit { get; set; } public Nullable SafetyStock { get; set; } public Nullable Price { get; set; } public Nullable CurrentStock { get; set; } public Nullable Deduct { get; set; } public Nullable RplDate { get; set; } public Nullable UsedDate { get; set; } public string CuMonth { get; set; } public Nullable LaStock { get; set; } public Nullable ThStock { get; set; } public Nullable ThUsed { get; set; } public Nullable LampPosition { get; set; } public string TablePosition { get; set; } public string Area { get; set; } public Nullable Concentration { get; set; } public string Batch_NO { get; set; } public string SUPPLIER { get; set; } public double GRAVITY { get; set; } } }