using System;
using System.Xml.Serialization;
using System.Collections.Generic;
namespace Aop.Api.Domain
{
///
/// AntMerchantExpandAssetproduceCompleteSyncModel Data Structure.
///
[Serializable]
public class AntMerchantExpandAssetproduceCompleteSyncModel : AopObject
{
///
/// 物料生产单完成后指定物流信息
///
[XmlArray("asset_produce_details")]
[XmlArrayItem("item_delivery_detail")]
public List AssetProduceDetails { get; set; }
}
}