From 69a1b3bf45738f048361ee4ccb6bdc64fce35720 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期三, 12 三月 2025 11:31:46 +0800
Subject: [PATCH] 更新
---
server/system_service/src/main/java/com/doumee/dao/system/dto/PlatformConfigDTO.java | 23 +++++++++++++++++++++++
1 files changed, 23 insertions(+), 0 deletions(-)
diff --git a/server/system_service/src/main/java/com/doumee/dao/system/dto/PlatformConfigDTO.java b/server/system_service/src/main/java/com/doumee/dao/system/dto/PlatformConfigDTO.java
new file mode 100644
index 0000000..828f33f
--- /dev/null
+++ b/server/system_service/src/main/java/com/doumee/dao/system/dto/PlatformConfigDTO.java
@@ -0,0 +1,23 @@
+package com.doumee.dao.system.dto;
+
+import com.doumee.service.business.third.model.LoginUserModel;
+import io.swagger.annotations.ApiModel;
+import io.swagger.annotations.ApiModelProperty;
+import lombok.Data;
+
+
+/**
+ * @author T14
+ */
+@Data
+@ApiModel("鏈堝彴鍩虹缃�")
+public class PlatformConfigDTO extends LoginUserModel {
+
+ @ApiModelProperty(value = "鐗╂祦杞﹂绾︽寚鍗�")
+ private String bookTips;
+ @ApiModelProperty(value = "鐗╂祦杞﹀洯鍖哄瑙堝浘")
+ private String tipsImg;
+
+
+
+}
--
Gitblit v1.9.3