采购收货、销售发货,新增审核、反审核功能

This commit is contained in:
yang.lee
2023-11-08 10:38:52 +08:00
parent 59933a17cd
commit 7f15f7c59f
9 changed files with 161 additions and 57 deletions

View File

@@ -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,
}
}