mirror of
https://gitee.com/zhijiantianya/ruoyi-vue-pro.git
synced 2026-03-22 05:07:17 +08:00
fix:【mall】BrokerageRecordDO 的 id 改成 Long
This commit is contained in:
@@ -29,7 +29,7 @@ public class BrokerageRecordDO extends BaseDO {
|
||||
* 编号
|
||||
*/
|
||||
@TableId
|
||||
private Integer id;
|
||||
private Long id;
|
||||
/**
|
||||
* 用户编号
|
||||
* <p>
|
||||
|
||||
Reference in New Issue
Block a user