Administrator
2025-08-29 db2da91e24857776d96422d97028aec7cfb81254
src/main/java/cc/mrbird/febs/mall/controller/clothes/ApiClothesController.java
@@ -153,4 +153,12 @@
        return clothesService.draftSave(dto);
    }
    @ApiOperation(value = "获取草稿角标数量")
    @GetMapping(value = "/findDraftCnt")
    public FebsResponse findDraftCnt() {
        return clothesService.findDraftCnt();
    }
}