Parcourir la source

2022-02-08/Jerry Wang
Action:
1. Add struct [StructCreditDeductResult] item 'ROC', 'RRN', 'approvalNo', 'storeId'.

File:
1. define.h
--> Action 1

Jerry Wang il y a 3 ans
Parent
commit
90350561e4
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      EVSE/Projects/define.h

+ 4 - 0
EVSE/Projects/define.h

@@ -4584,6 +4584,10 @@ struct StructCreditDeductResult
     int txId;
     unsigned char creditNo[64];
     unsigned char vemData[80];
+    unsigned char ROC[20];
+    unsigned char RRN[20];
+    unsigned char storeId[20];
+    unsigned char approvalNo[20];
     double		  amount;
     unsigned char deductResult:1;
     unsigned char isDonateInvoice:1;