菜品统计
This commit is contained in:
@ -2,6 +2,9 @@ package cn.iocoder.yudao.module.system.api.dish;
|
||||
|
||||
import cn.iocoder.yudao.module.system.api.dish.dto.DishesRespDto;
|
||||
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
|
||||
/**
|
||||
* @author zt
|
||||
* @description <description class purpose>
|
||||
@ -13,4 +16,9 @@ public interface DishesApi {
|
||||
* @Description: 根据菜品id 获取菜品属性
|
||||
*/
|
||||
public DishesRespDto getDish(Long id);
|
||||
|
||||
/**
|
||||
* @Description: 根据菜品id 获取菜品名称
|
||||
*/
|
||||
public Map<Long,String> getDishName(List<Long> ids);
|
||||
}
|
||||
|
Reference in New Issue
Block a user