新增生产订单单头接口
This commit is contained in:
@@ -1,10 +1,17 @@
|
||||
using MyCode.Project.Infrastructure.JackYun;
|
||||
using MyCode.Project.Domain.Message.Response.LxmZHMDReport;
|
||||
using MyCode.Project.Infrastructure.Common;
|
||||
using MyCode.Project.Infrastructure.JackYun;
|
||||
|
||||
namespace MyCode.Project.Services
|
||||
{
|
||||
public interface IPrdOrderService
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
/// 获取生产订单列表数据
|
||||
/// </summary>
|
||||
/// <param name="search"></param>
|
||||
/// <returns></returns>
|
||||
PageResult<PrdMoOrderResp> GetPrdMoPageList(PagedSearch search);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user