zhangqian
2024-07-29 5c61bdb147458adbb0a87b27c2299f86f739da0a
1
2
3
4
5
6
7
package response
 
type MaterialInputRes struct {
    InputCount  int    `json:"inputCount"`
    ErrCount    int    `json:"errCount"`
    FileAddress string `json:"fileAddress"`
}