编号 |
模块名称 |
字段参数 |
1 |
用户管理 |
UserID、UserName、UserPhone、UserEmail、UserAddress、UserType、UserStatus、MeterID、RoomNumber等 |
2 |
电表管理 |
MeterID、RoomNumber、MeterType、MeterStatus、LastReading、CurrentReading、Consumption、Rate、BillingStatus等 |
3 |
电费管理 |
MeterID、RoomNumber、BillingDate、BillingPeriod、TotalConsumption、UnitCost、TotalCost、PaymentStatus、PaymentDate等 |
4 |
充值管理 |
MeterID、RoomNumber、RechargeDate、RechargeAmount、RechargeStatus、PaymentMethod、PaymentDate等 |
5 |
抄表管理 |
MeterID、RoomNumber、ReadingDate、ReadingPerson、ReadingStatus、LastReading、CurrentReading等 |
6 |
异常管理 |
MeterID、RoomNumber、ExceptionType、ExceptionStatus、ExceptionDate、ExceptionDescription等 |
7 |
报表统计 |
MeterID、RoomNumber、StatisticDate、TotalConsumption、AverageConsumption、PeakHoursConsumption、OffPeakHoursConsumption等 |
8 |
设备管理 |
MeterID、RoomNumber、DeviceName、DeviceType、DeviceStatus、InstallationDate等 |
9 |
告警管理 |
MeterID、RoomNumber、AlarmType、AlarmStatus、AlarmTime、AlarmDescription等 |
10 |
操作日志 |
UserID、UserName、OperationType、OperationTime、OperationDescription等 |