生产管理模块代码调整
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Tnb.ProductionMgr.Interfaces
|
||||
{
|
||||
/// <summary>
|
||||
/// 生产任务
|
||||
/// </summary>
|
||||
public interface IPrdMoTaskService
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Tnb.ProductionMgr.Interfaces
|
||||
{
|
||||
public interface IPrdTaskManageService
|
||||
{
|
||||
}
|
||||
}
|
||||
15
ProductionMgr/Tnb.ProductionMgr.Interfaces/Interface1.cs
Normal file
15
ProductionMgr/Tnb.ProductionMgr.Interfaces/Interface1.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Tnb.ProductionMgr.Interfaces
|
||||
{
|
||||
/// <summary>
|
||||
/// 生产任务单下发接口
|
||||
/// </summary>
|
||||
public interface IPrdMoTaskIssueService
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user