18 lines
374 B
C#
18 lines
374 B
C#
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
|
|
{
|
|
}
|
|
}
|