This commit is contained in:
2023-07-27 15:44:41 +08:00
parent cacb71f1e7
commit 4821637703
2 changed files with 9 additions and 1 deletions

View File

@@ -17,6 +17,9 @@ public class Constants {
// 充电桩枪口号长度
public static final int CONNECTOR_CODE_LENGTH = 2;
// 汇付手续费费率
public static final String FEE_RATES = "0.0055";
// 充电桩枪口编号长度
public static final int PILE_CONNECTOR_CODE_LENGTH = PILE_SN_LENGTH + CONNECTOR_CODE_LENGTH;