2025-11-04 22:13:15 +07:00
|
|
|
import 'package:freezed_annotation/freezed_annotation.dart';
|
|
|
|
|
|
|
|
|
|
import '../../common/function/app_function.dart';
|
|
|
|
|
import '../../domain/printer/printer.dart';
|
|
|
|
|
|
|
|
|
|
part 'printer_dtos.freezed.dart';
|
|
|
|
|
part 'printer_dtos.g.dart';
|
|
|
|
|
|
|
|
|
|
part 'dtos/printer_dto.dart';
|