You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
487 B

//DPBMARK_FILE MP
using Senparc.Weixin.MP.AdvancedAPIs.QrCode;
namespace Senparc.Weixin.Sample.CommonService.Download
{
public class CodeRecord
{
public string Key { get; set; }
public int QrCodeId { get; set; }
public CreateQrCodeResult QrCodeTicket { get; set; }
public string Version { get; set; }
public bool Used { get; set; }
public bool AllowDownload { get; set; }
public bool IsWebVersion { get; set; }
}
}