|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace UserFission.Entitys
|
|
{
|
|
public class QrCode
|
|
{
|
|
public string rname {get;set;}
|
|
public string rnick {get;set;}
|
|
public string url {get;set;}
|
|
|
|
}
|
|
}
|