公告板
版本库
filestore
活动
搜索
登录
aps
/
outsourcing
委外后台
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
nginx配置
zhangqian
2024-03-30
66c2da8eb27c065a409165da5a597a2d60df1698
[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"`
}