数据分析微调

This commit is contained in:
caozehui
2025-02-17 15:11:01 +08:00
parent ff7fbf92e6
commit a5472781de
2 changed files with 14 additions and 10 deletions

View File

@@ -103,7 +103,7 @@ public class PreDetection {
/**
* 监测点线路号
*/
@JSONField(name = "pt")
@JSONField(name = "pt") //todo 是否改为ct
private Integer ct;
}