bug优化

This commit is contained in:
xy
2025-07-28 10:09:27 +08:00
parent 7a0b0cc943
commit 832706c2b8
2 changed files with 28 additions and 0 deletions

View File

@@ -38,6 +38,9 @@ public class RStatDataHarmPowerSD implements Serializable {
@TableField(value = "quality_flag")
private Integer qualityFlag;
@TableField(value = "s",updateStrategy = FieldStrategy.IGNORED)
private Double s;
@TableField(value = "s_1",updateStrategy = FieldStrategy.IGNORED)
private Double s1;