You've already forked FrameTour-BE
refactor(pc): 重构价格配置相关代码
- 移除了 PriceConfigController 中的冗余方法- 删除了 VideoController 中的 @Deprecated 注解 - 移除了 PriceConfigEntity 中的 @TableName 注解 - 重构了 PriceRepository 中的 getPriceByScenicTypeGoods 方法 - 删除了 PriceConfigServiceImpl 和 PriceConfigService 接口- 移除了 PriceConfigMapper接口和对应的 XML 文件
This commit is contained in:
@@ -18,7 +18,6 @@ import java.util.List;
|
||||
|
||||
@RestController
|
||||
@RequestMapping("/api/video/v1")
|
||||
@Deprecated
|
||||
// 视频成片管理
|
||||
public class VideoController {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user