报工查询调整
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
using DOAN.Model.BZFM.Dto;
|
||||
using DOAN.Model.BZFM;
|
||||
using DOAN.Model.MES.product;
|
||||
using DOAN.Model.MES.base_;
|
||||
|
||||
namespace DOAN.Service.MES.product.IService
|
||||
{
|
||||
@@ -9,6 +10,8 @@ namespace DOAN.Service.MES.product.IService
|
||||
/// </summary>
|
||||
public interface IProReportworkService : IBaseService<ProReportwork01>
|
||||
{
|
||||
List<BaseWorkRoute> GetRoute();
|
||||
List<BaseWorkProcesses> GetProcessByRoute(int route_id);
|
||||
PagedInfo<ProReportworkDto> GetList(ProReportworkQueryDto parm);
|
||||
|
||||
ProReportwork01 GetInfo(string Id);
|
||||
|
||||
Reference in New Issue
Block a user