采购收货、销售发货,新增审核、反审核功能
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Tnb.WarehouseMgr.Entities.Enums
|
||||
{
|
||||
public enum EnumAuditType
|
||||
{
|
||||
审核 = 1,
|
||||
反审核 = 2,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user