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