Administrator
9 days ago 00e1859023038fc3b0b246e8a4a96047bbbd60b1
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();
    }
}