feat: 操作日志统一英语
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
package org.wfc.system.api.domain;
|
||||
|
||||
import java.util.Date;
|
||||
import com.fasterxml.jackson.annotation.JsonFormat;
|
||||
import org.wfc.common.core.annotation.Excel;
|
||||
import org.wfc.common.core.annotation.Excel.ColumnType;
|
||||
import org.wfc.common.core.utils.MessageUtils;
|
||||
import org.wfc.common.core.web.domain.BaseEntity;
|
||||
|
||||
import java.util.Date;
|
||||
|
||||
/**
|
||||
* 操作日志记录表 oper_log
|
||||
*
|
||||
@@ -104,7 +105,7 @@ public class SysOperLog extends BaseEntity
|
||||
if (title == null || title.isEmpty()) {
|
||||
this.title=title;
|
||||
}
|
||||
this.title = MessageUtils.message(title);
|
||||
this.title = MessageUtils.messageEnUS(title);
|
||||
}
|
||||
|
||||
public Integer getBusinessType()
|
||||
|
||||
Reference in New Issue
Block a user