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