Administrator
2 days ago 726de53a23bd9b6b24ccc3ae6c3b1a6b24b67379
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;
@@ -127,4 +128,5 @@
    FebsResponse socialMuseUpdate(ClothesSocialMuse dto);
    FebsResponse printOrder(AdminClothesPrintOrderDto dto);
    AdminClothesPrintOrderVo printOrderEvent(AdminClothesPrintOrderDto dto);
}