feat: 支付宝相关支付

pull/2/head
tangqian 2023-05-19 17:29:47 +08:00
parent 5dc3218152
commit b106db5ca0
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ public class RechargeOrderDO extends BaseDO {
/** /**
* ID * ID
*/ */
@TableId @TableId(type=IdType.ASSIGN_ID)
private Integer id; private Integer id;
/** /**
* *

View File

@ -27,7 +27,7 @@ public class RechargeOrderInfoDO extends BaseDO {
/** /**
* *
*/ */
@TableId @TableId(type = IdType.ASSIGN_ID)
private Long id; private Long id;
/** /**
* id * id