feige
2025-06-20 e416ac6496d52be7ac416da33ea4395cf9bcc4e9
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;
}