Administrator
2025-09-02 f8f1d6a91b32077c69dd97334559fe3165ff79b6
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();
    }
}