修改算法
This commit is contained in:
@@ -55,7 +55,6 @@ public class RDimBusTargetDPO {
|
||||
@TableField(value = "Pass_Avg_Rate")
|
||||
private Double passAvgRate;
|
||||
|
||||
@TableField(value = "`State`")
|
||||
private Integer state;
|
||||
|
||||
|
||||
}
|
||||
@@ -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;
|
||||
|
||||
|
||||
}
|
||||
@@ -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;
|
||||
|
||||
|
||||
|
||||
}
|
||||
@@ -76,8 +76,6 @@ public class RDimBusbarHarmnicDPO {
|
||||
@TableField(value = "Statis_count")
|
||||
private Integer statisCount;
|
||||
|
||||
@TableField(value = "`State`")
|
||||
private Integer state;
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user