fix: 账务报表优化
This commit is contained in:
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user