using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace YouZanSDKStandard.Api.Domain
{
public class TradePeriodBuyOpenModel
{
///
/// 当前待配送期次
///
public int issue { get; set; }
///
/// 当前待配送期次的具体配送日期
///
public string plan_time { get; set; }
}
}