示例#1
0
        private static void AddCellInQty(this CellInProfile profile, DateTime matTime, int matQty, ShopInTarget inTarget)
        {
            InInfo info = CreateHelper.CreateInInfo(profile, matTime, matQty, inTarget);

            AddInfo(profile.CellInfos, info);
        }