首次提交:添加src文件夹代码
This commit is contained in:
41
src/StandardDomeNewApp/Enums/CowainEnum.cs
Normal file
41
src/StandardDomeNewApp/Enums/CowainEnum.cs
Normal file
@@ -0,0 +1,41 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace StandardDomeNewApp.Enums
|
||||
{
|
||||
public class CowainEnum
|
||||
{
|
||||
public enum DatabaseType
|
||||
{
|
||||
SQLModel,
|
||||
MySQLModel
|
||||
}
|
||||
public enum Language
|
||||
{
|
||||
English,
|
||||
Chinese
|
||||
}
|
||||
public enum LogLevel
|
||||
{
|
||||
OFF,
|
||||
FATAL,
|
||||
ERROR,
|
||||
WARN,
|
||||
INFO,
|
||||
DEBUG,
|
||||
ALL,
|
||||
OPERATE,
|
||||
}
|
||||
public enum ParaType
|
||||
{
|
||||
Temperature,
|
||||
Anemometer,
|
||||
Vacuum,
|
||||
Weight,
|
||||
Energy,//addw
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user