public List <P_AddressApproval> LoadMyAddressApprovalByUserId(string UserId, DateTime Begin, DateTime End, string State, string Budget, int rows, int page, out int total) { return(preApprovalService.LoadMyAddressApprovalByUserId(UserId, Begin, End, State, Budget, rows, page, out total)); }