old_flsystem/应用/AutoAnswer/Enums.cs

19 lines
307 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace AutoAnswer
{
public class Enums
{
public enum ReplyModel
{
5 = 1,
= 2
}
}
}