using System;
|
using System.Collections.Generic;
|
using System.Text;
|
|
namespace Model
|
{
|
public class ClsSc_FeedingErrorProofingBillMain : DBUtility.ClsXt_BaseBillMain
|
{
|
public Int64 HInterID;
|
public string HBillNo;
|
public DateTime HDate;
|
public Int64 HOrgID; // int --×éÖ¯
|
public Int64 HDeptID; // int --²¿ÃÅ (Gy_Employee)
|
public Int64 HEmpID; // int --ͶÁÏÔ±(Gy_Employee)
|
public string HBarCode; // varchar --¹¤Î»ÌõÂë
|
public Int64 HWorkStationID; // int --¹¤Î»ID
|
}
|
}
|