Merge branch 'develop' into devTee

# Conflicts:
#	src/modules/08_KPI/interface/request/index.ts
This commit is contained in:
STW_TTTY\stwtt 2024-05-13 17:51:14 +07:00
commit f453b95f32
7 changed files with 225 additions and 64 deletions

View file

@ -63,6 +63,13 @@ interface FormCommentByRole {
reasonCommanderHigh: string;
}
interface FormQuery {
page: number;
pageSize: number;
round: string;
keyword: string;
}
export type {
FormProfile,
FormDataAssigned,
@ -71,4 +78,5 @@ export type {
ListCapacity,
FormComment,
FormCommentByRole,
FormQuery,
};