获取工单下的报工列表

This commit is contained in:
qianhao.xu
2024-12-03 19:51:09 +08:00
parent 83869e9bda
commit 37a6f76d0c
3 changed files with 48 additions and 2 deletions

View File

@@ -11,4 +11,6 @@ public interface IReportFlowService: IBaseService<ProReportwork01>
bool ProcessReportWork(string workorder, string process, int finish_num,int bad_num,string Worker);
List<ProReportwork01> GetWorkOrderReportWorkList(string workorder);
}