From a60985cb40ca2d9fc802eb4dad7f8b495d1278c2 Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Tue, 03 Feb 2026 14:03:52 +0800
Subject: [PATCH] fix(ai): 添加产品分类验证逻辑 AI题库未选分类可以生产题目, 生产的题目无分类无法配置进产品
---
src/main/java/cc/mrbird/febs/mall/vo/clothes/ApiAllSocialVo.java | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/main/java/cc/mrbird/febs/mall/vo/clothes/ApiAllSocialVo.java b/src/main/java/cc/mrbird/febs/mall/vo/clothes/ApiAllSocialVo.java
index a3a617f..c7e0f53 100644
--- a/src/main/java/cc/mrbird/febs/mall/vo/clothes/ApiAllSocialVo.java
+++ b/src/main/java/cc/mrbird/febs/mall/vo/clothes/ApiAllSocialVo.java
@@ -18,5 +18,7 @@
private String name;
@ApiModelProperty(value = "封面")
private String indexFile;
+ @ApiModelProperty(value = "点赞数量")
+ private Integer likeCnt;
}
--
Gitblit v1.9.1