fix:【mall】BrokerageRecordDO 的 id 改成 Long
This commit is contained in:
parent
e7b0d4e86b
commit
319b34addb
@ -29,7 +29,7 @@ public class BrokerageRecordDO extends BaseDO {
|
||||
* 编号
|
||||
*/
|
||||
@TableId
|
||||
private Integer id;
|
||||
private Long id;
|
||||
/**
|
||||
* 用户编号
|
||||
* <p>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user