using System;
|
using System.Collections.Generic;
|
using System.Text;
|
|
namespace Model
|
{
|
public class ClsQC_NoPassProdRequestBillMain : DBUtility.ClsXt_BaseBillMain
|
{
|
|
public int HICMOInterID; // ÈÎÎñµ¥ÄÚÂë
|
|
public int HICMOEntryID; // ÈÎÎñµ¥×ÓÄÚÂë
|
|
public string HICMOBillNo; // ÈÎÎñµ¥ºÅ
|
|
public int HProcExchInterID; // ¹¤ÐòÁ÷ת¿¨ÄÚÂë
|
|
public int HProcExchEntryID; // ¹¤ÐòÁ÷ת¿¨×ÓÄÚÂë
|
|
public string HProcExchBillNo; // ¹¤ÐòÁ÷ת¿¨ºÅ
|
|
public DateTime HHappendDate; // ·¢Éúʱ¼ä£¨ÄêÔÂÈÕ£¬Ê±·ÖÃ룩
|
|
public int HMaterID; // ÎïÁÏ£¨Gy_Material£©
|
|
public int HUnitID; // ¼ÆÁ¿µ¥Î»£¨Gy_Unit£©
|
|
public string HMaterType; // ²úÆ·ÀàÐÍ
|
|
public decimal HUnRightQty; // ²»Á¼ÊýÁ¿
|
|
public string HLev; // ½ô¼±³Ì¶È£¨½ô¼±¡¢ÆÕͨ£©
|
|
public int HDeptID; // ³µ¼ä
|
|
public int HProcID; // ·¢Éú¹¤Ðò£¨gy_Process£©
|
|
public string HIsStop; // ÊÇ·ñÍ£Ïߣ¨ÊÇ¡¢·ñ£©
|
|
public string HIsBatchUnRight; // ÊÇ·ñÅúÁ¿ÎÊÌ⣨ÊÇ¡¢·ñ£©
|
|
public string HBarCode; // ²»Á¼Æ·SNÂë
|
|
public string HSeOrderBillNo; // ÏúÊÛ¶©µ¥
|
|
public int HBadPhenomenaID; // ²»Á¼ÏÖÏó(Gy_BadPhenomena)
|
|
public string HReasonNote; // ÎÊÌâÏÖÏó¼òÊö
|
|
public string HSendMan; // ·¢ËÍÈË(gy_czygl)
|
|
public string HReceiveMan; // ½ÓÊÕÈË(gy_czygl)
|
|
public string HCopyMan; // ³ËÍ(gy_czygl)
|
}
|
}
|