qixiaoning
2025-09-04 87b55a899bc1b4bc7d5a0f8d6ad1a1ede233ebd1
1
2
3
4
5
6
7
8
package vo
 
import "vamicro/stack-service/models"
 
type FileStackWithWH struct {
    models.FileStack
    Resolutions []Resolution     `json:"resolutions"`
}