This commit is contained in:
2026-04-08 13:52:33 +08:00
parent 29681c0ae2
commit ff27979337
3 changed files with 8 additions and 9 deletions

View File

@@ -119,4 +119,8 @@ public class HandoverTotalVo implements Serializable {
* 售出商品列表
*/
private List<HandoverProductListVo> detailList;
/**
* 售出商品分类列表
*/
private List<HandoverCategoryListVo> categoryList;
}