desc:气体数据增加是否同步字段

main
xiaowusky 2 years ago
parent 359d936589
commit 36c61b30c2

@ -13,4 +13,5 @@ data class Gas(
@ColumnInfo(name = "unit") val unit: String,
@ColumnInfo(name = "threshold_low") val thresholdLow: Double,
@ColumnInfo(name = "threshold_high") val thresholdHigh: Double,
@ColumnInfo(name = "sync_flag") val syncFlag: Boolean = false
)

Loading…
Cancel
Save