| | |
| | | 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; |
| | |
| | | List<ClothesArt> allArt(Long typeId); |
| | | |
| | | FebsResponse socialMuseUpdate(ClothesSocialMuse dto); |
| | | |
| | | FebsResponse printOrder(AdminClothesPrintOrderDto dto); |
| | | AdminClothesPrintOrderVo printOrderEvent(AdminClothesPrintOrderDto dto); |
| | | } |