mirror of
https://git.oceanpay.cc/danial/kami_itunes_june.git
synced 2025-12-18 22:31:24 +00:00
14 lines
220 B
C#
14 lines
220 B
C#
namespace AppleBatch_June.Model
|
|
{
|
|
public class IntervalCartModel
|
|
{
|
|
public string code { get; set; }
|
|
|
|
public string time { get; set; }
|
|
|
|
public int state { get; set; }
|
|
|
|
public string redeemMsg { get; set; }
|
|
}
|
|
}
|