新增,库存报表业务接口
This commit is contained in:
17
WarehouseMgr/Tnb.WarehouseMgr/WmsStockReportService.cs
Normal file
17
WarehouseMgr/Tnb.WarehouseMgr/WmsStockReportService.cs
Normal 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
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user