feat(app): update
This commit is contained in:
7
pkg/dto/PresentIdAndUserId.go
Normal file
7
pkg/dto/PresentIdAndUserId.go
Normal file
@ -0,0 +1,7 @@
|
||||
package dto
|
||||
|
||||
// 打赏事务返回打赏ID和用户Id
|
||||
type PresentIdAndUserId struct {
|
||||
PresentId string
|
||||
UserId string
|
||||
}
|
||||
Reference in New Issue
Block a user