查询工序报工详情
This commit is contained in:
@@ -5,6 +5,10 @@ namespace DOAN.Service.Mobile.IService;
|
||||
public interface IReportFlowService: IBaseService<ProReportwork01>
|
||||
{
|
||||
|
||||
ProWorkorder GetWorkOrderDetail(string workorder);
|
||||
ProWorkorder GetWorkOrderDetail(string workorder);
|
||||
|
||||
ProReportwork01 GetProcessReportWorkDetail(string workorder, string process);
|
||||
|
||||
bool ProcessReportWork(string workorder, string process, int finish_num,int bad_num,string Worker);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user