This commit is contained in:
huangzj
2023-06-15 13:34:43 +08:00
parent 83b6087427
commit 72d0b68d2d
8 changed files with 173 additions and 8 deletions

View File

@@ -21,6 +21,7 @@ public enum AlgorithmResponseEnum {
DATA_ERROR("A00503","存在相同的数据"),
LINE_DATA_ERROR ("A00504","设备下监测点数据缺失"),
ENGINEERING_DATA_ERROR ("A00505","工程数据数据缺失"),
ELEEPDPQD_DATA_ERROR ("A00505","统计指标据数据缺失"),
;

View File

@@ -37,7 +37,7 @@ public class CsEngineeringPO extends BaseEntity {
/**
* 用户id
*/
@TableField(value = "user_id")
@TableField(exist =false)
private String userId;
/**