qixiaoning
1 天以前 c3fd4effdef0cc5955f89b5df279b14841e857f5
1
2
3
4
5
6
7
8
package vo
 
import "vamicro/stack-service/models"
 
type FileStackWithWH struct {
    models.FileStack
    Resolutions []Resolution     `json:"resolutions"`
}