old_flsystem/应用/UserFission/Entitys/QrCode.cs

17 lines
306 B
C#
Raw Normal View History

2022-09-20 03:10:29 +00:00
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;}
}
}