feat(app): update
This commit is contained in:
16
pkg/dto/ShareDTO.go
Normal file
16
pkg/dto/ShareDTO.go
Normal file
@ -0,0 +1,16 @@
|
||||
package dto
|
||||
|
||||
// 分享对象
|
||||
type ShareDTO struct {
|
||||
ShareLink string
|
||||
ShareTitle string //
|
||||
ShareDescription string
|
||||
ShareIconUrl string // 分享的icon
|
||||
LinkUrl string // 打开的链接
|
||||
}
|
||||
|
||||
type VisitCountDTO struct {
|
||||
VisitCount string // 访问数
|
||||
VisitedCount string // 被访问数
|
||||
NewVisitedCount string // 新被访问数
|
||||
}
|
||||
Reference in New Issue
Block a user