zhangqian
2024-03-28 d182e581dd48d2e289f8cfa06405f8802a04573b
1
2
3
4
5
6
7
8
9
package response
 
type Material struct {
    Number string `json:"number"`
    Name   string `json:"name"`
    Unit   string `json:"unit"`
    Specs  string `json:"specs"`
    Type   string `json:"type"`
}