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