We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d2b2f3 commit bb7b481Copy full SHA for bb7b481
common/src/main/java/com/zmops/open/common/entity/warehouse/History.java
@@ -44,13 +44,14 @@ public class History {
44
private String metric;
45
46
@Schema(title = "实例")
47
+ @Column(length = 2048)
48
private String instance;
49
50
@Schema(title = "字段类型 0: 数值 1:字符串")
51
private Byte metricType;
52
53
@Schema(title = "字符值")
- @Column(length = 1024)
54
55
private String str;
56
57
@Schema(title = "数值")
0 commit comments