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

10 lines
173 B
C#

namespace Tnb.EquipMgr.Interfaces
{
/// <summary>
/// 设备保养规则定义
/// </summary>
public interface IToolMoldMaintainRuleService
{
}
}