Files
tnb.server/ProductionMgr/Tnb.ProductionMgr.Interfaces/IPrdCancelCloseDownService.cs
2023-05-21 21:03:45 +08:00

17 lines
294 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Tnb.ProductionMgr.Interfaces
{
/// <summary>
/// 异常停机服务接口
/// </summary>
public interface IPrdCancelCloseDownService
{
}
}