1 Star 0 Fork 0

clsld/go_test

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
uuid.go 215 Bytes
Copy Edit Raw Blame History
clsld authored 2 years ago . update
package utils
// tbd: UUID
func GenQuestionAnswerId(teachingId int64, id int64) int64 {
return teachingId*10000000 + id
}
func GenItemId(teachingId int64, id int64) int64 {
return teachingId*100000000000 + id
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/clsld/go_test.git
git@gitee.com:clsld/go_test.git
clsld
go_test
go_test
v1.0.2

Search