1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-03-05 21:41:43 +08:00

8 lines
119 B
Go
Raw Normal View History

package response
import "github.com/1Panel-dev/1Panel/backend/app/model"
type FavoriteDTO struct {
model.Favorite
}