2025-08-17 10:10:31 +07:00
|
|
|
import 'package:freezed_annotation/freezed_annotation.dart';
|
|
|
|
|
|
|
|
|
|
import '../../common/api/api_failure.dart';
|
|
|
|
|
|
|
|
|
|
part 'analytic.freezed.dart';
|
|
|
|
|
|
|
|
|
|
part 'entities/sales_analytic_entity.dart';
|
|
|
|
|
part 'failures/analytic_failure.dart';
|
2025-08-17 22:36:46 +07:00
|
|
|
part 'entities/profit_loss_analytic_entity.dart';
|