From 63c322195ff3befad6509a923eae9d9c465a87c6 Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Thu, 30 Oct 2025 10:22:10 +0800
Subject: [PATCH] fix(ai): 更新AI陪练连续对话的应用ID

---
 src/main/java/cc/mrbird/febs/mall/entity/ClothesPattern.java |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/main/java/cc/mrbird/febs/mall/entity/ClothesPattern.java b/src/main/java/cc/mrbird/febs/mall/entity/ClothesPattern.java
index 8fb2b5a..58a624a 100644
--- a/src/main/java/cc/mrbird/febs/mall/entity/ClothesPattern.java
+++ b/src/main/java/cc/mrbird/febs/mall/entity/ClothesPattern.java
@@ -22,6 +22,10 @@
     private String name;
     private String image;
     private String content;
+    private Integer boxWidth;
+    private Integer boxHeight;
+    private Integer leftPercent;
+    private Integer topPercent;
     private BigDecimal price;
     private Integer orderNum;
     private Integer type;

--
Gitblit v1.9.1