This commit is contained in:
DESKTOP-H2PAFLR\Administrator
2023-09-08 13:10:26 +08:00
parent 76452f970f
commit 50c0a7a016
17 changed files with 129 additions and 640 deletions

View File

@@ -77,5 +77,9 @@ namespace ZR.Admin.WebApi.Controllers.mes.md
List<MdWorkshop> MdWorkshopList= worklineService.GetMdWorkshops(worklineId);
return SUCCESS(MdWorkshopList);
}
}
}