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