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