feat:Change Round Multiple

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2026-03-24 13:08:17 +07:00
parent 1d99705b65
commit f899f05527
4 changed files with 358 additions and 189 deletions

View file

@ -4,6 +4,8 @@ interface DataPost {
lastName: string;
page: number;
pageSize: number;
selectedNodeId: string | null;
selectNode: string;
}
interface DataOption {