Files
SilkierQuartz/sample/AspNetCore31/InjectProperty.cs
2020-06-06 08:42:41 +08:00

12 lines
188 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace AspNetCore31
{
public class InjectProperty
{
public string WriteText { get; set; }
}
}