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