using System;
|
using System.Collections.Generic;
|
using System.Text;
|
|
namespace Model
|
{
|
public class ClsK3_Warehouse_Model : DBUtility.ClsGy_Base_Model
|
{
|
//-----------------
|
public string HhgNumber;
|
public bool HPhaseFlag;
|
public string HBarCode;
|
public Int64 HProcID;
|
|
public string HAddress; //²Ö¿âµØÖ·
|
public Int64 HEmpID; //²Ö¿â¹ÜÀíÔ±
|
public string HPhone; //µç»°
|
public Int64 HProperty; //²Ö¿âÊôÐÔ
|
public Int64 HTypeID; //²Ö¿âÀàÐÍ
|
public Int64 HUnderStock; //ÔÊÐí¸º¿â´æ
|
public bool HIsStockMgr; //ÊÇ·ñ½øÐвÖλ¹ÜÀí
|
public Int64 HSPGroupID; //²Öλ×é
|
public bool HMRPAvail; //ÊÇ·ñMPS/MRP¿ÉÓÃÁ¿
|
}
|
}
|