直接完成

此提交包含在:
2022-11-23 20:56:28 +08:00
當前提交 b924e94c63
共有 21 個檔案被更改,包括 829 行新增0 行删除

9
data/po/user.go 一般檔案
查看文件

@@ -0,0 +1,9 @@
package po
type User struct {
ID int `json:"id"`
Username string `json:"username"`
RealName string `json:"real_name"`
Credit int `json:"credit"`
RoleID int `json:"role_id"`
}