生产工序代码-打包分页查询接口参数添加

This commit is contained in:
liuzhaotian
2024-05-11 15:41:20 +08:00
parent bba9c7f7bc
commit e93ad4d248
3 changed files with 13 additions and 1 deletions
@@ -89,6 +89,7 @@ public interface PlateService {
*/
void updatePlateByRawGoodsId(List<GoodsSaveReqVO> createReqVOS);
List<BodyPlateDetailVO> getPlateModelByPlateId(List<Long> bodyIds);
}