Laservall_manager_system/VOL.MES/IServices/mes/Partial/IMES_InventoryManagementSer...

14 lines
308 B
C#
Raw Normal View History

2025-09-25 14:37:10 +08:00
/*
*MES_InventoryManagement类的业务代码接口应在此处编写
*/
using VOL.Core.BaseProvider;
using VOL.Entity.DomainModels;
using VOL.Core.Utilities;
using System.Linq.Expressions;
namespace VOL.MES.IServices
{
public partial interface IMES_InventoryManagementService
{
}
}