mirror of
https://git.oceanpay.cc/danial/kami_itunes_june.git
synced 2025-12-18 22:31:24 +00:00
14 lines
236 B
C#
14 lines
236 B
C#
namespace AppleBatch_June.Model
|
|
{
|
|
public class NasQualifyModel
|
|
{
|
|
public string nasQualify { get; set; }
|
|
|
|
public string userAgent { get; set; }
|
|
|
|
public string clientInfo { get; set; }
|
|
|
|
public string postData { get; set; }
|
|
}
|
|
}
|