Files
aggregate_translate_server/common/dto/exhausted_account.go

8 lines
145 B
Go
Raw Permalink Normal View History

2025-06-29 00:36:30 +08:00
package dto
// tmPlatformAccount
type ExhaustedAccountMessage struct {
Id int `json:"id"`
Platform string `json:"platform"`
}