feat(ui): 新增请求方法及表格

This commit is contained in:
廖彦棋
2024-03-06 13:55:38 +08:00
parent 06fa54fd25
commit 6399d13a49
19 changed files with 667 additions and 90 deletions

View File

@@ -0,0 +1,5 @@
import { v4 as uuidV4 } from "uuid";
export const getUUID = () => {
return uuidV4();
};