chore: 领域模型 & DTO

This commit is contained in:
2025-12-16 15:43:05 +08:00
parent e7a769c1b7
commit a72a46838e
6 changed files with 55 additions and 0 deletions

View File

@ -0,0 +1,6 @@
package model
type Subscription struct {
Topic Topic
ClientID string
}