zqy
2025-08-02 05771ca6a9d16ad4d74b326ce634d60171a15a06
zhang-content/src/main/java/com/ruoyi/service/ZfEconomyService.java
@@ -17,6 +17,7 @@
 * @since 2023-03-12
 */
public interface ZfEconomyService extends IService<ZfEconomy> {
     List<ZfEconomy> change();
    AjaxResult selectDataList(ZfEconomy zfEconomy, Integer pageNum, Integer pageSize);
@@ -31,4 +32,7 @@
    AjaxResult updateData(ZfEconomy zfEconomy);
    AjaxResult deleteData(Long[] ids);
    AjaxResult listType();
}