From 94b7e690bc6941b440720eb5702b924db1edf00c Mon Sep 17 00:00:00 2001
From: huangjiayang <5265313@qq.com>
Date: 星期一, 12 五月 2025 17:27:08 +0800
Subject: [PATCH] 【UPDATE】1.新增库存信息存入到Redis中 2.修改为批量插入Redis 3.同步库存数据后将库存数据存入到Redis中

---
 aps-modules/aps-gen/src/main/resources/vm/java/domain.java.vm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/aps-modules/aps-gen/src/main/resources/vm/java/domain.java.vm b/aps-modules/aps-gen/src/main/resources/vm/java/domain.java.vm
index 387771f..6032704 100644
--- a/aps-modules/aps-gen/src/main/resources/vm/java/domain.java.vm
+++ b/aps-modules/aps-gen/src/main/resources/vm/java/domain.java.vm
@@ -25,7 +25,7 @@
 #elseif($table.tree)
 #set($Entity="TreeEntity")
 #end
-@ApiModel("${functionName}瀹炰綋绫�")
+@Schema(description = "${functionName}瀹炰綋绫�")
 public class ${ClassName} extends ${Entity}
 {
     private static final long serialVersionUID = 1L;
@@ -49,7 +49,7 @@
     @Excel(name = "${comment}")
 #end
 #end
-    @ApiModelProperty("$column.columnComment")
+    @Schema(description = "$column.columnComment")
     private $column.javaType $column.javaField;
 
 #end

--
Gitblit v1.9.3