Files
2023-11-06 19:35:59 +08:00

7 lines
101 B
C#

namespace Tnb.ProductionMgr.Interfaces
{
public interface IPrdTaskManageService
{
}
}