Administrator
2025-08-20 de8b3cf7a9b22be7abcb544a53dcea7f1b340760
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();
    }
}