初始提交
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using Newtonsoft.Json;
|
||||
using Alipay.AopSdk.Core.Domain;
|
||||
|
||||
namespace Alipay.AopSdk.Core.Response
|
||||
{
|
||||
/// <summary>
|
||||
/// KoubeiItemExtitemQueryResponse.
|
||||
/// </summary>
|
||||
public class KoubeiItemExtitemQueryResponse : AopResponse
|
||||
{
|
||||
/// <summary>
|
||||
/// 商品信息
|
||||
/// </summary>
|
||||
[JsonProperty("extitem")]
|
||||
public ExtItem Extitem { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user