1、定义: } 2、应用 protected static List<CommonFunction.ITPHeadInfor> ms_ITPHeadIDs = new List<CommonFunction.ITPHeadInfor>(); public static List<CommonFunction.ITPHeadInfor> ITPHeadIDs } CommonFunction.ITPHeadInfor headInfor = new CommonFunction.ITPHeadInfor(); headInfor.year = year; headInfor.siteID = siteID; headInfor.productLineID = productLineID; headInfor.priceType = (SystemEnum.PriceType)priceType; headInfor.period = period; //添加到List供到Oracle的使用 if (!ms_ITPHeadIDs.Contains(headInfor)) } 相关文章: