using System;
|
using System.Collections.Generic;
|
using System.Text;
|
|
|
|
namespace Model
|
{
|
public class ClsXs_SeOrderBill_CheckMain : DBUtility.ClsXt_BaseBillMain
|
{
|
public Int64 HItemID;
|
public Int64 HInterID;
|
public Int64 HEntryID;
|
public string HBillNo;
|
public Int64 HCusID;
|
public string HBackType;
|
public string HBacker;
|
public DateTime HBackDate;
|
public Int64 HStatus;
|
public string HArtCheckMan;
|
public DateTime HArtCheckDate;
|
public DateTime HArtCheckLastDate;
|
public string HArtCheckNote;
|
public string HMakeCheckMan;
|
public DateTime HMakeCheckDate;
|
public DateTime HMakeCheckLastDate;
|
public string HMakeCheckNote;
|
public string HBuyCheckMan;
|
public DateTime HBuyCheckDate;
|
public DateTime HBuyCheckLastDate;
|
public string HBuyCheckNote;
|
public string HSellCheckMan;
|
public DateTime HSellCheckDate;
|
public DateTime HSellCheckLastDate;
|
public string HSellCheckNote;
|
public double HRelationQty;
|
public string HCloseMan;
|
public Int64 HCloseType;
|
public double HProductQty;
|
public DateTime HPlanBDate;
|
public DateTime HPlanEDate;
|
public DateTime HMakeCheckLast;
|
public DateTime HBuyCheckLast;
|
}
|
}
|