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