Files
tnb.server/EquipMgr/Tnb.EquipMgr.Interfaces/IToolMoldMaintainRuleService.cs
DEVICE8\12494 fd3982b375 修复错误
2023-05-17 14:43:46 +08:00

16 lines
290 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 IToolMoldMaintainRuleService
{
}
}