/// <summary> /// 获取所有操作员 /// </summary> /// <returns></returns> public QueryResultList <OperatorInfo> GetAllOperators() { return(provider.GetAll()); }