Taobin-Recipe-Manager/server/models/v2/material.go

6 lines
104 B
Go

package v2
type MaterialDashboard struct {
Lebel string `json:"lebel"`
Value string `json:"value"`
}