添加序列号记录
This commit is contained in:
14
src/WMS.Web.Domain/Values/SerialNumberOperateType.cs
Normal file
14
src/WMS.Web.Domain/Values/SerialNumberOperateType.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace WMS.Web.Domain.Values
|
||||
{
|
||||
/// <summary>
|
||||
/// 序列号操作类型
|
||||
/// </summary>
|
||||
public enum SerialNumberOperateType
|
||||
{
|
||||
Generate = 0
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user