盘点任务,全库盘功能代码提交
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
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 EnumCheckStatus
|
||||
{
|
||||
未盘点 = 0,
|
||||
盘点中,
|
||||
盘点结账,
|
||||
已关闭,
|
||||
已撤销
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user