using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace QMAPP.FJC.Entity.Operation { public class ProductFullInfo { public Product ProductBasicInfo { get; set; } public List ProductInRecord { get; set; } public List ProductOutRecord { get; set; } public List PartList { get; set; } public ShipmentInfo ShipmentInfo { get; set; } public List CodeReplaceRecord { get; set; } } }