model/response/common.go
@@ -30,6 +30,11 @@ DeviceStatus string } type ProcessParamsResponse struct { Number string Params []ProcessParams } type ProcessParams struct { Key string Value interface{} @@ -39,3 +44,7 @@ DeviceName string DeviceStatus string } type ProductProgress struct { FinishNumber int }