LMS.service/LMS.Common/Enum/OptionTypeEnum.cs

9 lines
108 B
C#
Raw Normal View History

2024-10-18 12:44:12 +08:00
namespace LMS.Common.Enum;
public enum OptionTypeEnum
{
String = 1,
JSON = 2,
Number = 3,
}