using System;
|
using System.Collections.Generic;
|
using System.Text;
|
|
namespace Model
|
{
|
public class ClsSc_ICMOBillMain:DBUtility.ClsXt_BaseBillMain
|
{
|
public string HSeOrderBillNo; //(ÏúÊÛ¶©µ¥ºÅ)
|
public Int64 HSeOrderInterID; //(ÏúÊÛ¶©µ¥Ö÷ÄÚÂë)
|
public Int64 HSeOrderEntryID; //(ÏúÊÛ¶©µ¥×ÓÄÚÂë)
|
public Int64 HEmpID; //ÒµÎñÔ±id
|
public string HEmpNumber; //ÒµÎñÔ±
|
public Int64 HCusID; //¿Í»§ID
|
public string HCusNumber; //¿Í»§´úÂë
|
public Int64 HDeptID; //Éú²ú³µ¼äid
|
public string HDeptNumber; //³µ¼ä´úÂë
|
public Int64 HCenterID; //--¹¤×÷ÖÐÐÄID
|
public string HCenterNumber;
|
public Int64 HMaterID; //ÎïÁÏid
|
public string HMaterNumber;
|
public Int64 HUnitID; //¼ÆÁ¿µ¥Î»ID
|
public string HUnitNumber;
|
public Int64 HBomID; // --BOMµ¥ID
|
public string HBomNumber;
|
public Int64 HRoutingInterID; // --¹¤ÒÕ·ÏßID
|
public DateTime HPlanBeginDate; //¼Æ»®¿ª¹¤ÈÕÆÚ
|
public DateTime HPlanEndDate; //¼Æ»®Í깤ÈÕÆÚ
|
public DateTime HBeginDate; // --×î³Ù¿ª¹¤ÈÕÆÚ
|
public DateTime HEndDate; // --×î³ÙÍ깤ÈÕÆÚ
|
public int HLevNum; // --ÓÅÏȼ¶
|
public double HReadyQty; // --ÆëÌ×ÊýÁ¿
|
public double? HPlanQty; //¼Æ»®Éú²úÊýÁ¿
|
public string HRemark;
|
|
public double HRelationQty;
|
public string HOrderProcNo;//¶©µ¥¸ú×ÙºÅ
|
|
public Int64 HISENTRUST; //×éÖ¯ÊÜÍмӹ¤
|
public Int64 HISREWORK; //ÊÇ·ñ·µ¹¤
|
|
}
|
}
|