8 lines
164 B
Dart
8 lines
164 B
Dart
class ICDeviceManagerConfig{
|
|
/**
|
|
是否自动填充连接秤的阻抗(默认:false)
|
|
*/
|
|
bool is_fill_adc = false;
|
|
|
|
ICDeviceManagerConfig();
|
|
} |