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