using System; using System.Collections.Generic; using System.Text; namespace Model { public class ClsK3_Source_Model : DBUtility.ClsGy_Base_Model { //----------------- //public Int64 HProcID; //public string HWorkShopLev; public Int64 HItemID; public string HNumber;// varchar(50) ´úÂë public string HBarCode;// varchar(50) ÌõÐÎÂë } }