Merge branch 'develop' into devTee

# Conflicts:
#	src/api/15_development/api.development.ts
#	src/modules/15_development/interface/index/Main.ts
#	src/modules/15_development/interface/request/Main.ts
This commit is contained in:
STW_TTTY\stwtt 2024-04-03 17:13:53 +07:00
commit 5c1747262f
12 changed files with 210 additions and 98 deletions

View file

@ -1,5 +1,7 @@
interface FormQueryProject {
interface FormQueryListProject {
year: number;
page: number;
pageSize: number;
keyword: string;
}
@ -94,7 +96,7 @@ interface FormAddHistoryProject {
}
export type {
FormQueryProject,
FormQueryListProject,
FormBasicinfo,
FormGroupTarget,
FormGroupRelate,