physicalinventorycycleinventoryGet method

@param pageno @param pagesize @param sort @param filter

Implementation

Future<
  chopper.Response<
    FwStandardModelsFwQueryResponseWebApiModulesInventoryPhysicalInventoryCycleInventoryPhysicalInventoryCycleInventoryLogic
  >
>
physicalinventorycycleinventoryGet({
  int? pageno,
  int? pagesize,
  String? sort,
  List<FwStandardModelsFwQueryFilter>? filter,
}) {
  generatedMapping.putIfAbsent(
    FwStandardModelsFwQueryResponseWebApiModulesInventoryPhysicalInventoryCycleInventoryPhysicalInventoryCycleInventoryLogic,
    () =>
        FwStandardModelsFwQueryResponseWebApiModulesInventoryPhysicalInventoryCycleInventoryPhysicalInventoryCycleInventoryLogic
            .fromJsonFactory,
  );

  return _physicalinventorycycleinventoryGet(
    pageno: pageno,
    pagesize: pagesize,
    sort: sort,
    filter: filter,
  );
}