添加项目文件。
This commit is contained in:
26
Epost.DAL/Enum/FlashMode.cs
Normal file
26
Epost.DAL/Enum/FlashMode.cs
Normal file
@ -0,0 +1,26 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Epost.DAL.Enum
|
||||
{
|
||||
|
||||
public class FlashMode
|
||||
{
|
||||
public enum Flash
|
||||
{
|
||||
[Description("0")]
|
||||
常亮,
|
||||
[Description("1")]
|
||||
闪烁,
|
||||
[Description("3")]
|
||||
快速闪烁,
|
||||
[Description("9")]
|
||||
急速闪烁
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user