feige
2024-09-03 c8ea9050a3e82eba68617c1a85ebb8b93eb885a3
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;
}