添加用户注销结构

This commit is contained in:
LiHouse 2025-05-22 17:35:38 +08:00
parent 07ff135eea
commit f6a19bd7e9

5
rabbitmq_user.go Normal file
View File

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