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