新增图表接口

This commit is contained in:
2025-11-12 13:06:27 +08:00
parent bae6724e3b
commit 798abce05e
152 changed files with 10 additions and 4811 deletions

View File

@@ -1,16 +0,0 @@
package com.mini.capi.biz.service;
import com.mini.capi.biz.domain.ErpExpense;
import com.baomidou.mybatisplus.extension.service.IService;
/**
* <p>
* 支出明细表 服务类
* </p>
*
* @author gaoxq
* @since 2025-11-09
*/
public interface ErpExpenseService extends IService<ErpExpense> {
}