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