main
Jing Li 2024-05-28 18:29:06 +08:00
parent 67f373ec82
commit 5ce52144b3
2 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,7 @@ class WaterQualityMonitoringDailyLog extends Model
'ph',
'temperature',
'turbidity',
'nh3n',
'monitored_at',
];
}

View File

@ -28,6 +28,7 @@ class WaterQualityMonitoringLog extends Model
'temperature',
'turbidity',
'monitored_at',
'nh3n',
'is_filled',
];
}