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