feige
2024-08-22 5e2ebcceae4bc34b46370f2c10110cd72e7f4fba
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;
}