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