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