fix:【mall】BrokerageRecordDO 的 id 改成 Long

This commit is contained in:
YunaiV
2025-11-21 22:23:20 +08:00
parent e7b0d4e86b
commit 319b34addb

View File

@@ -29,7 +29,7 @@ public class BrokerageRecordDO extends BaseDO {
* 编号 * 编号
*/ */
@TableId @TableId
private Integer id; private Long id;
/** /**
* 用户编号 * 用户编号
* <p> * <p>