Files
tnb.server/ProductionMgr/Tnb.ProductionMgr.Interfaces/IPrdTaskManageService.cs
2023-05-12 22:58:16 +08:00

13 lines
218 B
C#

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