新增,库存报表业务接口

This commit is contained in:
alex
2023-08-04 15:05:00 +08:00
parent 32ccb2d54e
commit 4381e77b7f
4 changed files with 109 additions and 1 deletions

View File

@@ -0,0 +1,17 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using JNPF.VisualDev;
namespace Tnb.WarehouseMgr
{
/// <summary>
/// 库存报表服务类
/// </summary>
[OverideVisualDev(ModuleConsts.MODULE_WMSSTOCKREPORT_ID)]
public class WmsStockReportService:BaseWareHouseService
{
}
}