erp研发项目
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace Tnb.ProductionMgr.Interfaces
|
||||
{
|
||||
public interface IErpInfoService
|
||||
{
|
||||
/// <summary>
|
||||
/// 获取研发项目
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public Task<dynamic> GetProjects();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user