jiangping
2024-01-23 a946438f6d69f976c94935f53dd7f326947aba0f
server/service/src/main/java/com/doumee/dao/business/model/ApplyLog.java
@@ -35,6 +35,18 @@
        this.beforeContent=before;
        this.afterContent=after;
    }
    public ApplyLog(ApplyChange apply,String title,String content,Integer objId,Integer objType, String before,String after){
        this.title =title;
        this.content=content;
        this.applyId = apply.getId();
        this.createDate =apply.getEditDate();
        this.editor =apply.getEditor();
        this.status = apply.getStatus();
        this.objId=objId;
        this.objType = objType;
        this.beforeContent=before;
        this.afterContent=after;
    }
    @TableId(type = IdType.AUTO)
    @ApiModelProperty(value = "主键", example = "1")