Files
kami_itunes_june/AppleBatch_June.Model/ServiceReddemModel.cs
2024-07-22 00:43:14 +08:00

14 lines
227 B
C#

namespace AppleBatch_June.Model
{
public class ServiceReddemModel
{
public string errorMessageKey { get; set; }
public int status { get; set; }
public string code { get; set; }
public string msg { get; set; }
}
}