数据库实体

This commit is contained in:
TsMask
2023-08-21 18:48:18 +08:00
parent 8f128b6c73
commit 21a1377906
3 changed files with 22 additions and 18 deletions

View File

@@ -2,6 +2,7 @@ package model
import "time"
// 用户表实体信息
type User struct {
Id int `json:"id"`
AccountId string `json:"account_id"`