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

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; }
}
}