/// <summary> /// 根据条件查询员工工资 /// </summary> /// <returns></returns> public static List <GZ> GetGZs() { return(WagesInfoDal.GetGZs()); }