init project
This commit is contained in:
16
QRCodeService/Models/GenInputModel.cs
Normal file
16
QRCodeService/Models/GenInputModel.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace QRCodeService.Models
|
||||
{
|
||||
public class GenInputModel
|
||||
{
|
||||
public int AppId { get; set; }
|
||||
public string Time { get; set; }
|
||||
public string SuffixUrl { get; set; }
|
||||
public string Sign { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user