时间工具类新增 将分钟转成 x时x分钟方法,小程序订单列表页充电时长从缓存中取

This commit is contained in:
Lemon
2023-10-11 11:04:14 +08:00
parent fbf2f03058
commit dd77f63f07
5 changed files with 54 additions and 11 deletions

View File

@@ -19,6 +19,11 @@ public class OrderVO {
*/
private String orderCode;
/**
* 交易流水号
*/
private String transactionCode;
/**
* 桩编号
*/