class UdpConstant{ // generic成功响应 static const int genericRespSuccessCode = 0; static const String genericRespSuccessMsg = 'ok'; }