9 lines
204 B
Dart
Raw Permalink Normal View History

2025-08-18 00:30:17 +07:00
import 'package:freezed_annotation/freezed_annotation.dart';
import '../../domain/customer/customer.dart';
part 'customer_dtos.freezed.dart';
part 'customer_dtos.g.dart';
part 'dto/customer_dto.dart';