首工序和末工序

This commit is contained in:
qianhao.xu
2024-12-10 16:41:20 +08:00
parent 752ed5890e
commit 47e3d63241
3 changed files with 155 additions and 30 deletions

View File

@@ -10,8 +10,11 @@ public interface IReportFlowService: IBaseService<ProReportwork01>
ProReportwork01 GetProcessReportWorkDetail(string workorder, int process);
bool FeedProcessReportwork(string workorder, int processId, int finish_num, string stove_code, string feed_order, string Worker);
bool ProcessReportWork(string workorder, int process, int finish_num,int bad_num,string Worker);
bool ShipmentProcessReportwork(string workorder, int processId, int finish_num, int bad_num, string customer_order, string Worker);
List<ProReportWorkDetialDto> GetWorkOrderReportWorkList(string workorder);
}