package utils import "git.qianqiusoft.com/qianqiusoft/go-uuid/uuid" func NewUUID() string { //return uuid.NewV4().String() return uuid.New() }