old_flsystem/应用/AutoAnswer/Enums.cs

19 lines
307 B
C#
Raw Permalink 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 AutoAnswer
{
public class Enums
{
public enum ReplyModel
{
5 = 1,
= 2
}
}
}