update:添加systemd支持

This commit is contained in:
2021-03-12 16:07:45 +08:00
parent 65dcef0f64
commit 09b9b7ae81
4 changed files with 6 additions and 14 deletions

View File

@@ -1,13 +0,0 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace QRCodeService.Models
{
public class GetQRCodeModel:CheckSignModel
{
public string ShortCode { get; set; }
}
}