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