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