screen-manage/src/main/java/com/moral/api/entity/ManageLog.java
@@ -14,7 +14,7 @@
 * </p>
 *
 * @author moral
 * @since 2021-03-09
 * @since 2021-03-31
 */
@Data
@EqualsAndHashCode(callSuper = false)
@@ -29,19 +29,24 @@
    private Integer id;
    /**
     * 操作类型
     */
    private String type;
    /**
     * 操作模块
     */
    private String module;
    /**
     * 操作描述
     */
    private String content;
    /**
     * 组织Id
     */
    private Integer organizationId;
    /**
     * 操作人员id
     */
    private Integer operateId;
    private Integer accountId;
    /**
     * Ip地址