Files
iMES_Net/iMES.Equip/IServices/Equip/IEquip_SpotMaintWorkOrderService.cs

13 lines
292 B
C#
Raw Permalink Normal View History

2026-02-06 18:34:35 +08:00
/*
*,
*/
using iMES.Core.BaseProvider;
using iMES.Entity.DomainModels;
namespace iMES.Equip.IServices
{
public partial interface IEquip_SpotMaintWorkOrderService : IService<Equip_SpotMaintWorkOrder>
{
}
}