|
@@ -43,7 +43,7 @@ using System.Threading.Tasks;
|
|
|
public string remark { get; set; }
|
|
|
public string validFlag { get; set; }
|
|
|
|
|
|
- public list<string> subscriptionInfoList { get; set; }
|
|
|
+ public List<string> subscriptionInfoList { get; set; }
|
|
|
public string freeDate { get; set; } = "2023-06-01 08:00:00";
|
|
|
public bool isInFreeUseTime { get; set; } = false;
|
|
|
}
|