//------------------------------------------------------------------------------
//
// 此代码已从模板生成。
//
// 手动更改此文件可能导致应用程序出现意外的行为。
// 如果重新生成代码,将覆盖对此文件的手动更改。
//
//------------------------------------------------------------------------------
namespace Models
{
using System;
using System.Collections.Generic;
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 Nullable Pump { get; set; }
public string SUPPLIER { get; set; }
public double GRAVITY { get; set; }
}
}