From a60e866f9d30de8ed50d3cd01c3979dfccb6d94b Mon Sep 17 00:00:00 2001
From: peng <peng.com>
Date: 星期五, 17 十月 2025 09:23:43 +0800
Subject: [PATCH] Merge branch 'dev' into user_action
---
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