招聘后台
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.
 
 

15 lines
476 B

using Senparc.Weixin.MP.AdvancedAPIs.QrCode;
namespace Znyc.Recruitment.Admin.WeChat.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; }
}
}