后台:问卷

This commit is contained in:
luying
2022-04-02 20:56:25 +08:00
parent 89744aeb13
commit 3b2670dd75
6 changed files with 113 additions and 10 deletions

View File

@@ -108,4 +108,8 @@ export interface SearchOrderParam {
state?: number; // 订单状态
createTimeStart?: number;
createTimeEnd?: number;
}
}
export interface SearchSurveyParam {
surveyName?: string; // 问卷名
}