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