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