Files
tnb.server/EquipMgr/Tnb.EquipMgr.Interfaces/IToolMoldMaintainGroupService.cs
2023-05-17 13:58:59 +08:00

16 lines
294 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Tnb.EquipMgr.Interfaces
{
/// <summary>
/// 模具保养项目组接口
/// </summary>
public interface IToolMoldMaintainGroupService
{
}
}