using System;
using System.Collections.Generic;
using Newtonsoft.Json;
namespace Alipay.AopSdk.Core.Domain
{
///
/// AntMerchantExpandAssetproduceCompleteSyncModel Data Structure.
///
[Serializable]
public class AntMerchantExpandAssetproduceCompleteSyncModel : AopObject
{
///
/// 物料生产单完成后指定物流信息
///
[JsonProperty("asset_produce_details")]
public List AssetProduceDetails { get; set; }
}
}