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