zqy
2025-06-22 ec4733f0c90a88f2266731d16c94e6e2fada7528
zhang-content/src/main/java/com/ruoyi/domain/ZAutobiography.java
@@ -32,11 +32,25 @@
    /**
     * 时期
     */
    private Integer type;
    private String term;
    /**
     * 自传内容
     */
    private String content;
    /**
     * 开始年龄
     */
    private String ageBegin;
    /**
     * 结束年龄
     */
    private String ageEnd;
    /**
     * 分享人
     */
    private Integer shareId;
}