多语言后端数据
This commit is contained in:
@@ -15,7 +15,7 @@ part 'device_share_list_controller.g.dart'; // 由json_serializable自动生成
|
||||
class DeviceShareListModel {
|
||||
String? key; //关键字搜索
|
||||
int? all = 0; //是否全选 0:不全选 1:全选
|
||||
String? accountKey = 'uid';//账户key
|
||||
String? accountKey = 'uid'; //账户key
|
||||
|
||||
DeviceShareListModel();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user