This commit is contained in:
hehaibing-1996
2024-07-05 14:36:34 +08:00
parent adb0367a83
commit ed3673db03
35 changed files with 1435 additions and 1939 deletions

View File

@ -0,0 +1,29 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace WCS.BLL.DbModels.Task
{
/// <summary>
/// 按键灯颜色
/// </summary>
public enum ButtonColorEnum
{
= 1,
绿 = 2,
= 3,
= 4,
= 5,
= 6,
= 7,
}
public enum TaskModeEnum
{
= 0,
= 1,
= 2
}
}