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

This commit is contained in:
廖彦棋
2024-03-06 13:55:38 +08:00
parent a73ed71b9d
commit 7a25c6e062
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();
};