You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
package model
|
|
|
|
type ModelInfo struct {
|
|
ModelName string `json:"model_name"`
|
|
ModelPrice float64 `json:"model_price"`
|
|
ModelPrice2 float64 `json:"model_price2"`
|
|
ModelPrepayment int `json:"model_prepayment"`
|
|
ServerId int `json:"server_id"`
|
|
}
|