physicalinventoryinventoryGet method
Future<Response<FwStandardModelsFwQueryResponseWebApiModulesInventoryPhysicalInventoryInventoryPhysicalInventoryInventoryLogic> >
physicalinventoryinventoryGet({
- int? pageno,
- int? pagesize,
- String? sort,
- List<
FwStandardModelsFwQueryFilter> ? filter,
@param pageno @param pagesize @param sort @param filter
Implementation
Future<
chopper.Response<
FwStandardModelsFwQueryResponseWebApiModulesInventoryPhysicalInventoryInventoryPhysicalInventoryInventoryLogic
>
>
physicalinventoryinventoryGet({
int? pageno,
int? pagesize,
String? sort,
List<FwStandardModelsFwQueryFilter>? filter,
}) {
generatedMapping.putIfAbsent(
FwStandardModelsFwQueryResponseWebApiModulesInventoryPhysicalInventoryInventoryPhysicalInventoryInventoryLogic,
() =>
FwStandardModelsFwQueryResponseWebApiModulesInventoryPhysicalInventoryInventoryPhysicalInventoryInventoryLogic
.fromJsonFactory,
);
return _physicalinventoryinventoryGet(
pageno: pageno,
pagesize: pagesize,
sort: sort,
filter: filter,
);
}