|
@@ -42,7 +42,7 @@ public class IndicatorComputeLog extends BusinessObject {
|
|
|
|
|
|
@Column(order = 50, name = "log_type", length = 1, nullable = false, comment = "0计算日志,1发数日志")
|
|
|
@JsonProperty("logType")
|
|
|
- private Integer logType;
|
|
|
+ private Long logType;
|
|
|
|
|
|
|
|
|
@Column(order = 60, name = "data_time", length = 0, nullable = false, comment = "数据时间")
|
|
@@ -51,7 +51,7 @@ public class IndicatorComputeLog extends BusinessObject {
|
|
|
|
|
|
@Column(order = 70, name = "compute_round", length = 128, nullable = true, comment = "计算论次")
|
|
|
@JsonProperty("computeRound")
|
|
|
- private Integer computeRound;
|
|
|
+ private Long computeRound;
|
|
|
|
|
|
@Column(order = 80, name = "log_info", length = 128, nullable = false, comment = "日志详情")
|
|
|
@JsonProperty("logInfo")
|