pcm-ai4m/model/system/response/screen.go

8 lines
164 B
Go

package response
type ScreenStorage struct {
StorageNum int `json:"storageNum"`
StorageSize int64 `json:"storageSize"`
ModelNum int `json:"modelNum"`
}