using System;
|
using System.Collections.Generic;
|
using System.Text;
|
|
namespace Model
|
{
|
public class ClsSc_FeedingErrorProofingBillSub : DBUtility.ClsXt_BaseBillSub
|
{
|
public Int64 HMaterID; // int --ÎïÁÏID (Gy_Material)
|
public Int64 HUnitID; // int --¼ÆÁ¿µ¥Î» (Gy_Unit)
|
public double HQty; // dec(18,8) --ÊýÁ¿
|
public string HScanDate; // varchar --ɨÂëʱ¼ä
|
public string HBarCode; // varchar --ÎïÁÏÌõÂë }
|
}
|
}
|