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