package dto // 打赏事务返回打赏ID和用户Id type PresentIdAndUserId struct { PresentId string UserId string }