国网推送

This commit is contained in:
hzj
2023-12-15 09:10:03 +08:00
parent f974951889
commit c08e745286
8 changed files with 22 additions and 3 deletions

View File

@@ -112,4 +112,9 @@ public class ConverterDetailStatisticsPO {
@TableField(value = "vthdLimit")
private BigDecimal vthdLimit;
/**
* 0.以上送 1.未上送 2.取消上送 3.待重新上送
*/
@TableField(value = "is_upload_head")
private Integer isUploadHead;
}

View File

@@ -90,4 +90,9 @@ public class ConverterIndexStatisticsPO {
@TableField(value = "monitorAlternatingBusCount")
private Integer monitorAlternatingBusCount;
/**
* 0.以上送 1.未上送 2.取消上送 3.待重新上送
*/
@TableField(value = "is_upload_head")
private Integer isUploadHead;
}

View File

@@ -120,4 +120,10 @@ public class PqTypicalSourceCreatePO {
@TableField(value = "ovDayCount")
private Integer ovDayCount;
/**
* 0.以上送 1.未上送 2.取消上送 3.待重新上送
*/
@TableField(value = "is_upload_head")
private Integer isUploadHead;
}