1Panel/agent/app/dto/response/favorite.go

8 lines
117 B
Go
Raw Normal View History

2024-07-23 14:48:37 +08:00
package response
import "github.com/1Panel-dev/1Panel/agent/app/model"
type FavoriteDTO struct {
model.Favorite
}