Administrator
2025-09-03 04661787197a7cab8c6d61c0029ef8eb76217317
src/main/java/cc/mrbird/febs/mall/service/ClothesTypeService.java
@@ -8,6 +8,7 @@
import cc.mrbird.febs.mall.dto.clothes.*;
import cc.mrbird.febs.mall.entity.*;
import cc.mrbird.febs.mall.vo.clothes.AdminClothesOrderListVo;
import cc.mrbird.febs.mall.vo.clothes.AdminClothesPrintOrderVo;
import cc.mrbird.febs.mall.vo.clothes.AdminClothesSocialCommentVo;
import cc.mrbird.febs.mall.vo.clothes.AdminClothesSocialListVo;
import com.baomidou.mybatisplus.core.metadata.IPage;
@@ -125,4 +126,7 @@
    List<ClothesArt> allArt(Long typeId);
    FebsResponse socialMuseUpdate(ClothesSocialMuse dto);
    FebsResponse printOrder(AdminClothesPrintOrderDto dto);
    AdminClothesPrintOrderVo printOrderEvent(AdminClothesPrintOrderDto dto);
}