Files
FrameTour-BE/src/main/java/com/ycwl/basic/pricing/service/impl
Jerry Yan b4b542046f refactor(pricing): 重构优惠券管理相关代码
- 替换 Lombok 的 @RequiredArgsConstructor 注解为 Spring 的 @Autowired 和 @Lazy 注解
- 更新 VoucherManagementController、VoucherBatchServiceImpl 和 VoucherCodeServiceImpl 类的依赖注入方式
- 优化代码结构,提高可读性和可维护性
2025-08-21 10:44:08 +08:00
..