Browse Source

1. Add the field "FinishedOn" on MachineError table

Robert 10 tháng trước cách đây
mục cha
commit
ce563ed1ca
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      EVCB_OCPP.Domain/Models/MainDb/MachineError.cs

+ 2 - 0
EVCB_OCPP.Domain/Models/MainDb/MachineError.cs

@@ -28,4 +28,6 @@ public partial class MachineError
     public string VendorErrorCode { get; set; }
 
     public string ChargeBoxId { get; set; }
+
+    public DateTimeKind FinishedOn { get; set; }
 }