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