| | |
| | | this.content=content; |
| | | this.applyId = apply.getId(); |
| | | this.createDate =apply.getEditDate(); |
| | | this.editor =apply.getEditor(); |
| | | this.creator =apply.getEditor(); |
| | | this.status = apply.getStatus(); |
| | | this.objId=objId; |
| | | this.objType = objType; |
| | | 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.creator =apply.getEditor(); |
| | | this.status = apply.getStatus(); |
| | | this.objId=objId; |
| | | this.objType = objType; |