- 新增 ModelImageService 接口的 getDetail 方法 - 实现 getDetail 方法,封装模型图片详情信息- 更新 ModelImageController 中的 detail 方法,使用新的 getDetail 接口 - 修改 ModelImageVo 中的 tags 字段类型,从 String 改为 List<String> |
||
---|---|---|
.. | ||
src | ||
pom.xml |
- 新增 ModelImageService 接口的 getDetail 方法 - 实现 getDetail 方法,封装模型图片详情信息- 更新 ModelImageController 中的 detail 方法,使用新的 getDetail 接口 - 修改 ModelImageVo 中的 tags 字段类型,从 String 改为 List<String> |
||
---|---|---|
.. | ||
src | ||
pom.xml |