ManageStockCountSystem constructor
ManageStockCountSystem({
- required StockCountSystem stockCountSystem,
- required ICProject icProject,
- required int manageStockCountSystemId,
Implementation
ManageStockCountSystem({
required this.stockCountSystem, required this.icProject, required this.manageStockCountSystemId
});