Compare commits

..

2 Commits

Author SHA1 Message Date
yuguojian
a1b4fe772c Merge branch '增加用户类型' 2025-06-09 09:55:53 +08:00
LiHouse
f6a19bd7e9 添加用户注销结构 2025-05-22 17:35:38 +08:00

5
rabbitmq_user.go Normal file
View File

@ -0,0 +1,5 @@
package common_structure
type UserLogout struct {
UserID uint `json:"user_id"`
}