old_flsystem/应用/Weixin.JDCirclePromotion/Entitys/goodInfo_temp.cs

35 lines
861 B
C#
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Weixin.JDCirclePromotion.Entitys
{
public class goodInfo_temp
{
/// <summary>
/// 返回码
/// </summary>
public int code { get; set; }
/// <summary>
/// 数据明细
/// </summary>
//public List<GoodsResp> data { get; set; }
public ArrayList data { get; set; }
/// <summary>
/// 返回消息
/// </summary>
public string message { get; set; }
/// <summary>
///
/// </summary>
public string requestId { get; set; }
/// <summary>
/// 有效商品总数量上限10w
/// </summary>
public long totalCount { get; set; }
}
}