Laservall_manager_system/VOL.MES/IServices/mes/IMES_EquipmentRepairService.cs

13 lines
277 B
C#
Raw Normal View History

2025-09-25 14:37:10 +08:00
/*
*,
*/
using VOL.Core.BaseProvider;
using VOL.Entity.DomainModels;
namespace VOL.MES.IServices
{
public partial interface IMES_EquipmentRepairService : IService<MES_EquipmentRepair>
{
}
}