20251209
This commit is contained in:
7
archive/bbs-go/server/internal/models/dto/dto.go
Normal file
7
archive/bbs-go/server/internal/models/dto/dto.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package dto
|
||||
|
||||
type ApiRoute struct {
|
||||
Method string
|
||||
Path string
|
||||
Name string
|
||||
}
|
||||
Reference in New Issue
Block a user