//------------------------------------------------------------------------------
//
// 此代码已从模板生成。
//
// 手动更改此文件可能导致应用程序出现意外的行为。
// 如果重新生成代码,将覆盖对此文件的手动更改。
//
//------------------------------------------------------------------------------
namespace Models
{
using System;
using System.Collections.Generic;
public partial class Product
{
public string ProductCode { get; set; }
public string ProductName { get; set; }
public Nullable Price { get; set; }
public Nullable Deduct { get; set; }
public Nullable FullWeight { get; set; }
public Nullable LampPosition { get; set; }
public string TablePosition { get; set; }
public string AREA { get; set; }
public Nullable SafetyStock { get; set; }
public Nullable ProductUnit { get; set; }
public Nullable ProductType { get; set; }
public Nullable ProductClass { get; set; }
public Nullable CurrentStock { get; set; }
public string ProductLot { 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 Color { get; set; }
public Nullable LastTime { get; set; }
public Nullable CalTime { get; set; }
public Nullable BackflowTime { get; set; }
public Nullable Tol_G { get; set; }
public Nullable Tol_P { get; set; }
public Nullable Alarm { get; set; }
public Nullable Change_Bucket { get; set; }
public Nullable Small_Volume_by_manual { get; set; }
public Nullable Target_Weight { get; set; }
public Nullable Pre_Weight { get; set; }
public Nullable One_Sec { get; set; }
public Nullable GetscalTime { get; set; }
public Nullable DelayOpenValve { get; set; }
public string ValveMap { get; set; }
public string PumpMap { get; set; }
public Nullable Includepump { get; set; }
public Nullable Once_minimum_weight { get; set; }
public Nullable Once_minimum_max_weight { get; set; }
public Nullable Once_minimum_time { get; set; }
public string Res_S1 { get; set; }
public string Res_S2 { get; set; }
public string Res_S3 { get; set; }
public string Res_S4 { get; set; }
public Nullable Res_I1 { get; set; }
public Nullable Res_I2 { get; set; }
public Nullable Res_I3 { get; set; }
public Nullable Res_I4 { get; set; }
public Nullable Res_F1 { get; set; }
public Nullable Res_F2 { get; set; }
public Nullable Res_F3 { get; set; }
public Nullable Res_F4 { get; set; }
public string Batch_NO { get; set; }
public Nullable Concentration { get; set; }
public Nullable Pump { get; set; }
public Nullable PRODUCT_KIND { get; set; }
public string SUPPLIER { get; set; }
public Nullable PRODUCT_MODIFY_DATE { get; set; }
public double GRAVITY { get; set; }
public string UserAccount { get; set; }
}
}