From 816e55319e40edd17e8c5776f44a3e417a0edc01 Mon Sep 17 00:00:00 2001
From: peng <peng.com>
Date: 星期五, 17 十月 2025 09:22:49 +0800
Subject: [PATCH] 本地配置文件
---
framework/src/main/java/cn/lili/modules/lmk/domain/entity/StorePrizeProof.java | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/framework/src/main/java/cn/lili/modules/lmk/domain/entity/StorePrizeProof.java b/framework/src/main/java/cn/lili/modules/lmk/domain/entity/StorePrizeProof.java
index 891752b..3fbe648 100644
--- a/framework/src/main/java/cn/lili/modules/lmk/domain/entity/StorePrizeProof.java
+++ b/framework/src/main/java/cn/lili/modules/lmk/domain/entity/StorePrizeProof.java
@@ -26,5 +26,8 @@
/** 闄勪欢鍦板潃 */
private String urlPath;
+ @TableField("content")
+ private String content;
+
}
--
Gitblit v1.8.0