xuhy
2024-10-31 cb381536d1a18156078591f06558fe20872565c4
ruoyi-system/src/main/java/com/ruoyi/system/service/TFoundationConfigService.java
@@ -20,6 +20,6 @@
     * 查询所有的人数用餐标准
     * @return
     */
    List<TFoundationConfigVO> getList(Long shopId);
    List<TFoundationConfigVO> getList(Integer mealType);
}