test_data/request/import.go
2024-09-27 18:31:32 +08:00

11 lines
184 B
Go

package request
type ImportTestFile struct {
}
type ImportFinalReport struct {
Step string `json:"step"`
Factory string `json:"factory"`
FilePath string `json:"file_path"`
}