电梯代码优化
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Tnb.WarehouseMgr.Entities.Enums
|
||||
{
|
||||
/// <summary>
|
||||
/// 电梯使用状态
|
||||
/// </summary>
|
||||
public enum EnumElevatorUseStatus
|
||||
{
|
||||
空闲 = 0,
|
||||
占用 = 1,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user