|
|
|
@ -10,6 +10,7 @@ public static class ChargerConst
|
|
|
|
|
public static readonly AttributeKey<string> EqmCode = AttributeKey<string>.ValueOf("eqm_code");
|
|
|
|
|
public static readonly AttributeKey<string> DestAddr = AttributeKey<string>.ValueOf("dest_addr");
|
|
|
|
|
public static readonly string DateFormat = "yyMMddHHmmss";
|
|
|
|
|
public static readonly string yyyyMMddHHmmss = "yyyyMMddHHmmss";
|
|
|
|
|
|
|
|
|
|
public static readonly byte[] StartChar = { 0x68 /* ,0xEE*/ };
|
|
|
|
|
public static readonly string AuthCode = "szhckj01";
|
|
|
|
|