返回所有备注列表
Future<List<Map>> getUserRemarksList() async { if (!_isInit) await getRemarksList(); //初始化用户备注信息 return Future.value(_remarksList); }