1、通知公告
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run

This commit is contained in:
2025-07-23 16:28:30 +08:00
parent db8186d055
commit ae098aa1e0
13 changed files with 842 additions and 129 deletions

View File

@@ -1,4 +1,4 @@
import type { PageQuery, BaseEntity } from '#/api/common';
import type {PageQuery, BaseEntity} from '#/api/common';
export interface FeedbacksVO {
/**
@@ -104,6 +104,11 @@ export interface FeedbacksForm extends BaseEntity {
*/
serviceName?: string;
/**
* 工单id
*/
orderId?: string;
}
export interface FeedbacksQuery extends PageQuery {
@@ -153,7 +158,7 @@ export interface FeedbacksQuery extends PageQuery {
serviceName?: string;
/**
* 日期范围参数
*/
* 日期范围参数
*/
params?: any;
}