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:
commit
5c1747262f
12 changed files with 210 additions and 98 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue