| | |
| | | |
| | | namespace Model |
| | | { |
| | | public class ClsGy_MaterialList_WMS_Model |
| | | public class ClsGy_MaterialList_WMS_Model |
| | | { |
| | | // |
| | | // |
| | | public Int64 HItemID;// int(标识列) // |
| | | //public string HBarCode;// varchar(50)(聚集索引) //条码编号 |
| | | public string HBatchNo;// varchar(50) //批次号 |
| | | public Int64 HMaterID;// int //对应物料 |
| | | public string HMaterNumber;// int //物流编码 |
| | | public string HMaterName;// int //物料名称 |
| | | public string HMaterModel;// int //规格型号 |
| | | public Int64 HUnitID;// int //计量单位 |
| | | public string HBarCodeType; |
| | | public double HQty ;// dec(18,8) //数量 |
| | | public Int64 HSupID ;// int //往来单位 |
| | | public Int64 HGroupID ;// int //生产班组 |
| | | public double HQty;// dec(18,8) //数量 |
| | | public Int64 HSupID;// int //往来单位 |
| | | public string HSupName; |
| | | public Int64 HGroupID;// int //生产班组 |
| | | public string HMaker;// varchar(20) //制作人 |
| | | public DateTime HMakeDate;// datetime // 制作日期 |
| | | public string HRemark;// varchar(50) //备注 |
| | |
| | | public string HKFDate; //生产日期 |
| | | public Int64 HKFPeriod; //保质期 |
| | | public string HKFDQDate; //到期日期 |
| | | |
| | | |
| | | } |
| | | } |