DBCHM/DBChm/Common/Enums.cs

19 lines
278 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace DBCHM
{
/// <summary>
/// 操作类型
/// </summary>
public enum OPType
{
,
,
,
}
}