refactor(pc): 重构价格配置相关代码

- 移除了 PriceConfigController 中的冗余方法- 删除了 VideoController 中的 @Deprecated 注解
- 移除了 PriceConfigEntity 中的 @TableName 注解
- 重构了 PriceRepository 中的 getPriceByScenicTypeGoods 方法
- 删除了 PriceConfigServiceImpl 和 PriceConfigService 接口- 移除了 PriceConfigMapper接口和对应的 XML 文件
This commit is contained in:
2025-09-07 14:31:35 +08:00
parent 90dc7fea70
commit c4acdc576a
8 changed files with 4 additions and 281 deletions

View File

@@ -18,7 +18,6 @@ import java.util.List;
@RestController
@RequestMapping("/api/video/v1")
@Deprecated
// 视频成片管理
public class VideoController {