Files
tnb.server/EquipMgr/Tnb.EquipMgr.Interfaces/IToolMoldMaintainGroupService.cs
2023-11-06 19:35:59 +08:00

10 lines
177 B
C#

namespace Tnb.EquipMgr.Interfaces
{
/// <summary>
/// 模具保养项目组接口
/// </summary>
public interface IToolMoldMaintainGroupService
{
}
}