报工查询调整

This commit is contained in:
qianhao.xu
2024-12-21 16:39:26 +08:00
parent ddde4eb9d7
commit 37146621c1
3 changed files with 41 additions and 3 deletions

View File

@@ -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);