接口修改: designSingle添加返回参数 offset,currentFullBodyView

This commit is contained in:
xupei
2023-10-09 16:40:39 +08:00
parent 1f463aeaaa
commit 7d8c3ca8f3
6 changed files with 19 additions and 5 deletions

View File

@@ -33,7 +33,7 @@ public interface ITDesignPythonOutfitDetailService extends IService<TDesignPytho
*/
List<TDesignPythonOutfitDetail> getDetailByDesignPythonOutfitId(Long designPythonOutfitId);
DesignPythonOutfitVO convertToDesignPythonOutfitVO(TDesignPythonOutfitDetail detail);
DesignPythonOutfitVO convertToDesignPythonOutfitVO(TDesignPythonOutfitDetail detail,List<Long> type);
void deleteByDesignPythonOutfitId(Long designPythonOutfitId);