查询工单详情
This commit is contained in:
10
DOAN.Service/Mobile/IService/IReportFlowService.cs
Normal file
10
DOAN.Service/Mobile/IService/IReportFlowService.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using DOAN.Model.MES.product;
|
||||
|
||||
namespace DOAN.Service.Mobile.IService;
|
||||
|
||||
public interface IReportFlowService: IBaseService<ProReportwork01>
|
||||
{
|
||||
|
||||
ProWorkorder GetWorkOrderDetail(string workorder);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user