using System;
using System.Xml.Serialization;
using System.Collections.Generic;
namespace Top.Api.Response
{
///
/// ItemJointPropimgResponse.
///
public class ItemJointPropimgResponse : TopResponse
{
///
/// 属性图片对象信息
///
[XmlElement("prop_img")]
public Top.Api.Domain.PropImg PropImg { get; set; }
}
}