Files
SilkierQuartz/sample/InjectProperty.cs
2020-06-08 19:15:39 +08:00

12 lines
197 B
C#

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