เพิ่ม filter ประเภทคำสั่งหน้ารายการคำสั่ง
This commit is contained in:
parent
70670f4a4a
commit
df29a5b02a
3 changed files with 65 additions and 5 deletions
|
|
@ -3,6 +3,7 @@ interface FormQuery {
|
|||
pageSize: number;
|
||||
year: number;
|
||||
keyword: string;
|
||||
commandTypeId: string;
|
||||
}
|
||||
|
||||
interface FormCommand {
|
||||
|
|
@ -69,5 +70,5 @@ export type {
|
|||
FormDataDetail,
|
||||
ListCommandSalaryType,
|
||||
PersonInfo,
|
||||
FormCommandList
|
||||
FormCommandList,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue