fix: 合并test退款修改
This commit is contained in:
@@ -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<>();
|
||||
|
||||
Reference in New Issue
Block a user