zqy
5 天以前 b02beccf4567068cb47a3f1181a00039456c872d
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;
}