fix: 操作日志长度

V0.5.x
jay 2023-06-12 17:48:31 +08:00
parent 28824fb4ff
commit d25227d903
1 changed files with 2 additions and 4 deletions

View File

@ -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;
/**