|
@@ -7,10 +7,7 @@ import io.swagger.annotations.ApiModelProperty;
|
|
|
import lombok.Data;
|
|
|
import org.hibernate.annotations.GenericGenerator;
|
|
|
|
|
|
-import javax.persistence.Entity;
|
|
|
-import javax.persistence.GeneratedValue;
|
|
|
-import javax.persistence.Id;
|
|
|
-import javax.persistence.Table;
|
|
|
+import javax.persistence.*;
|
|
|
import java.io.Serializable;
|
|
|
import java.util.Date;
|
|
|
|
|
@@ -106,6 +103,7 @@ public class TbSysOperLog implements Serializable {
|
|
|
* 请求参数
|
|
|
*/
|
|
|
@ApiModelProperty(value = "请求参数")
|
|
|
+ @Column(length = 2000)
|
|
|
private String operParam;
|
|
|
|
|
|
/**
|