fix: 合并test退款修改

This commit is contained in:
张松
2024-11-18 11:46:52 +08:00
parent f98e6e6c06
commit 2ee862b067

View File

@@ -391,6 +391,11 @@ public class TbShopTableServiceImpl implements TbShopTableService {
}
}
@Override
public TbCashierCart addTemporaryDishes(AddTemporaryDishesDTO temporaryDishesDTO) {
return null;
}
@Override
public void download(List<TbShopTableDto> all, HttpServletResponse response) throws IOException {
List<Map<String, Object>> list = new ArrayList<>();