Administrator
2025-08-18 a46c4d2db30c2f534400a6179cd82f7beb07a29d
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();
    }
}