Ejemplo n.º 1
0
        public void addPurRecvItemTest()
        {
            CommodityImpl_Accessor target = new CommodityImpl_Accessor(); // TODO: Initialize to an appropriate value
            PurRecEntity purRecEntity = new PurRecEntity(); // TODO: Initialize to an appropriate value
            purRecEntity.OrderId = "1";
            purRecEntity.DetailId = 11;
            purRecEntity.CommId = "111";
            purRecEntity.AmountReceiving = 2;
            purRecEntity.ReceivingEmp = "lk";
            purRecEntity.ReveivingDate = "2010-12-10";
            purRecEntity.Remark = "remarkkkkk";

            target.addPurRecvItem(purRecEntity);
        }