This commit is contained in:
qianhao.xu 2024-09-18 10:45:13 +08:00
parent 135ce33c5e
commit 032bc6e09d

View File

@ -17,8 +17,8 @@ namespace DOAN.Service.Mobile.IService
List<ProWorkorder> GetWorkOrderList(DateTime HandleDate, string route_code);
List<BaseMaterialList> ParseMaterialCode(string materialCode);
MmPreparationTask GetWorkorderTask(string workorder);
BaseMaterialList ParseMaterialCode(string materialCode);
List<MmPreparationTask> GetWorkorderTask(string workorder);