old_flsystem/应用/Main/Enums.cs

19 lines
311 B
C#
Raw Normal View History

2022-09-20 03:10:29 +00:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Main
{
/// <summary>
/// 发送内容模板
/// </summary>
public enum SendTemplateType
{
= 1,
= 2,
= 3,
}
}