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