This commit is contained in:
newbie 2024-01-22 19:34:13 +08:00
parent c39a6f7f09
commit 2e0f8c2a59

View File

@ -1,14 +1,2 @@
{
"class": {
"prefix": "class",
"body": [
"type $1 struct {",
" id int64",
" $2",
" createTime time.Time \/\/ 创建时间",
" updateTime time.Time \/\/ 更新时间",
"}",
"$0"
]
}
}