公告板
版本库
filestore
活动
搜索
登录
aps
/
outsourcing
委外后台
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
运营商去掉必填
zhangqian
2024-03-28
d182e581dd48d2e289f8cfa06405f8802a04573b
[aps/outsourcing.git]
/
response
/
outsourcing.go
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"`
}