5 lines
144 B
Dart
5 lines
144 B
Dart
class UdpConstant{
|
|
// generic成功响应
|
|
static const int genericRespSuccessCode = 0;
|
|
static const String genericRespSuccessMsg = 'ok';
|
|
} |