mirror of
https://git.oceanpay.cc/danial/kami_itunes_june.git
synced 2025-12-18 21:21:34 +00:00
12 lines
177 B
C#
12 lines
177 B
C#
namespace AppleBatch_June.SMS
|
|
{
|
|
public class SmsRespon
|
|
{
|
|
public string code { get; set; }
|
|
|
|
public string Data { get; set; }
|
|
|
|
public string ErrMessage { get; set; }
|
|
}
|
|
}
|