From b7b8fd70cb02d9427b26bc2b6da2fc6409d4a198 Mon Sep 17 00:00:00 2001
From: whywhyo <1511349576@qq.com>
Date: 星期二, 10 十月 2023 22:07:45 +0800
Subject: [PATCH] 198237
---
zhang-content/src/main/java/com/ruoyi/domain/ZAutobiography.java | 13 ++++++++++++-
1 files changed, 12 insertions(+), 1 deletions(-)
diff --git a/zhang-content/src/main/java/com/ruoyi/domain/ZAutobiography.java b/zhang-content/src/main/java/com/ruoyi/domain/ZAutobiography.java
index 848395f..e4c2731 100644
--- a/zhang-content/src/main/java/com/ruoyi/domain/ZAutobiography.java
+++ b/zhang-content/src/main/java/com/ruoyi/domain/ZAutobiography.java
@@ -32,11 +32,22 @@
/**
* 鏃舵湡
*/
- private Integer type;
+ private String term;
/**
* 鑷紶鍐呭
*/
private String content;
+ /**
+ * 寮�濮嬪勾榫�
+ */
+ private String ageBegin;
+
+ /**
+ * 缁撴潫骞撮緞
+ */
+ private String ageEnd;
+
+
}
--
Gitblit v1.9.1