mirror of
https://git.oceanpay.cc/danial/kami_itunes_june.git
synced 2025-12-18 22:31:24 +00:00
16 lines
240 B
C#
16 lines
240 B
C#
using System;
|
|
|
|
namespace AppleBatch_June.Model
|
|
{
|
|
public class ProxyModel2
|
|
{
|
|
public string prixyIp { get; set; }
|
|
|
|
public DateTime applyDate { get; set; }
|
|
|
|
public int type { get; set; }
|
|
|
|
public string TunnelProxy { get; set; }
|
|
}
|
|
}
|