提交 dfd5c5a3 编写于 作者: View Design's avatar View Design

Tue Jul 30 16:11:00 CST 2024 inscode

上级 3be29d80
const uuid = require('uuid'); const uuid = require('uuid')
function generate() {
const generateUUID = () => { return uuid.v4()
// 使用 uuid 生成id }
return uuid.v4()
};
module.exports = generateUUID; module.exports = generate;
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册