ปรับโครงสร้าง

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-11-21 18:00:03 +07:00
parent 21b79e5fd0
commit 8a91cf97d6
6 changed files with 190 additions and 37 deletions

View file

@ -19,7 +19,7 @@ interface Roles {
}
interface FilterReqMaster {
id: string;
id: string | null;
type: number;
isAll: boolean;
isBlank: boolean;