feat: product
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import 'package:freezed_annotation/freezed_annotation.dart';
|
||||
|
||||
import '../../domain/product/product.dart';
|
||||
|
||||
part 'product_dtos.freezed.dart';
|
||||
part 'product_dtos.g.dart';
|
||||
|
||||
part 'dto/product_dto.dart';
|
||||
part 'dto/product_variant_dto.dart';
|
||||
Reference in New Issue
Block a user