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