fix: 账务报表优化

This commit is contained in:
ZhuRui
2026-08-05 18:19:34 +08:00
parent b496fb60e2
commit e542d7bdf3
4 changed files with 106 additions and 15 deletions
+4 -2
View File
@@ -35,8 +35,10 @@ export interface FinanceReportVO {
/** 财务报表查询参数 */
export interface ReportQueryParams {
/** 查询日期 yyyy-MM */
date: string;
/** 起始月份 yyyy-MM */
beginDate: string;
/** 结束月份 yyyy-MM */
endDate: string;
}
export interface ApiResult<T> {