修改算法

This commit is contained in:
huangzj
2023-11-23 08:50:27 +08:00
parent 1244a5613e
commit 612f599eff
8 changed files with 172 additions and 94 deletions

View File

@@ -55,7 +55,6 @@ public class RDimBusTargetDPO {
@TableField(value = "Pass_Avg_Rate")
private Double passAvgRate;
@TableField(value = "`State`")
private Integer state;
}

View File

@@ -21,7 +21,7 @@ import lombok.Data;
*/
@Data
@TableName(value = "r_dim_bus_target_m")
public class RDimBusTargetMPO extends BaseEntity {
public class RDimBusTargetMPO {
@MppMultiId(value = "Org_Id")
private String orgId;
@@ -55,7 +55,6 @@ public class RDimBusTargetMPO extends BaseEntity {
@TableField(value = "Pass_Avg_Rate")
private Double passAvgRate;
@TableField(value = "`State`")
private Integer state;
}

View File

@@ -21,7 +21,7 @@ import lombok.Data;
*/
@Data
@TableName(value = "r_dim_bus_target_y")
public class RDimBusTargetYPO extends BaseEntity {
public class RDimBusTargetYPO {
@MppMultiId(value = "Org_Id")
private String orgId;
@@ -55,8 +55,7 @@ public class RDimBusTargetYPO extends BaseEntity {
@TableField(value = "Pass_Avg_Rate")
private Double passAvgRate;
@TableField(value = "`State`")
private Integer state;
}

View File

@@ -76,8 +76,6 @@ public class RDimBusbarHarmnicDPO {
@TableField(value = "Statis_count")
private Integer statisCount;
@TableField(value = "`State`")
private Integer state;