Files
tnb.server/EquipMgr/Tnb.EquipMgr.Interfaces/IToolMoldMaintainPlanService.cs
DEVICE8\12494 9d30038a7d 1
2023-05-18 18:44:16 +08:00

13 lines
220 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Tnb.EquipMgr.Interfaces
{
public interface IToolMoldMaintainPlanService
{
}
}