Skip to content

Commit d786879

Browse files
committed
调整字段长度
1 parent f0460c3 commit d786879

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • src/main/java/com/surenpi/autotest/report/entity

src/main/java/com/surenpi/autotest/report/entity/Report.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
import javax.persistence.Entity;
66
import javax.persistence.GeneratedValue;
77
import javax.persistence.Id;
8+
import javax.persistence.Lob;
89
import java.util.Date;
910

1011
/**
@@ -24,6 +25,7 @@ public class Report
2425
private String clazzName;
2526
private String methodName;
2627
private String status;
28+
@Lob
2729
private String detail;
2830
private Date beginTime;
2931
private Date endTime;

0 commit comments

Comments
 (0)