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

67 lines
1.2 KiB
C#

namespace AppleBatch_June
{
public class AppleAcount
{
public int index { get; set; }
public string lvItemGuid { get; set; }
public string appleId { get; set; }
public string applePwd { get; set; }
public string appleQt1 { get; set; }
public string appleQt2 { get; set; }
public string appleQt3 { get; set; }
public string birthday { get; set; } = "";
public string reddemCode { get; set; }
public bool isAct { get; set; }
public string overflow { get; set; }
public string addres { get; set; } = "";
public string newAppleId { get; set; }
public string newApplePopPwd { get; set; }
public string moblie { get; set; } = "";
public bool isDoubleModl { get; set; }
public string appleOriginalPwd { get; set; }
public string DoublePwd { get; set; } = "";
public string reddemQts { get; set; }
public string reddeemLockTaskGuid { get; set; } = "";
public string sourceInputData { get; set; } = "";
public bool isHsa2 { get; set; }
public bool notAuthen { get; set; }
public string guidTag { get; set; } = "";
public bool notRepeatPwd { get; set; }
public bool isAccountException { get; set; }
public bool multipleStore { get; set; }
}
}