Files
SilkierQuartz/sample2/InjectProperty.cs
2022-04-24 19:07:38 +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; }
}
}