using System;
|
using System.Collections.Generic;
|
using System.Text;
|
|
namespace Model
|
{
|
/// <summary>
|
/// ´´½¨ÈË£ºwangjj
|
/// ʱ¼ä£º2018-01-05 09:20:40
|
/// ˵Ã÷£ºÄ£¾ßºÏͬÖ÷±ímodel
|
///
|
/// </summary>
|
public class ClsSc_MouldPOContractBillMain : DBUtility.ClsXt_BaseBillMain
|
{
|
public string HBackRemark; //ÍË»ØÔÒò
|
public Int64 HPrintQty; //´òÓ¡´ÎÊý
|
public string HContractName; //ºÏͬÃû³Æ
|
public Int64 HDeptID; //²¿ÃÅ£¨h_v_K3_Department£©
|
public Int64 HEmpID; //²É¹ºÔ±£¨h_v_K3_Emp£©
|
public Int64 HSupID; //¹©Ó¦ÉÌ£¨h_v_K3_Supplier£©
|
public Int64 HCurID;//±Ò±ð(h_v_K3_Currency)
|
public DateTime HPlanEndDate; //Ô¤¼Æ½»»õÈÕÆÚ
|
public string HAnalyse; //¿ÉÐÐÐÔ·ÖÎö
|
public string HKeyAolve; //¹Ø¼ü¹¦ÄÜʵÏÖ
|
public string HPlanResult; //Ô¤ÆÚ½á¹û
|
public string HAdvice; //ÉêÇëÈ˽¨Òé
|
public string HMouldNo; //Ä£¾ß±àºÅ
|
public string HName; //Ä£¾ßÃû³Æ
|
public string HModel; //Ä£¾ß¹æ¸ñ
|
public string HModel2; //Ä£¾ßÐͺÅ
|
public double HQty; //ÊýÁ¿
|
public double HPrice; //µ¥¼Û
|
public double HMoney; //½ð¶î
|
public double HDesignLife; //Éè¼ÆÊÙÃü
|
public string HExplanation; //ÕªÒª
|
public string HInnerBillNo; //ÄÚ²¿µ¥¾ÝºÅ
|
}
|
}
|