create:订单操作日志新增雪花id
This commit is contained in:
parent
d95e7f3627
commit
d5e3675143
|
|
@ -25,7 +25,7 @@ public class OrderOperateLogDO extends BaseDO {
|
||||||
/**
|
/**
|
||||||
* id
|
* id
|
||||||
*/
|
*/
|
||||||
@TableId
|
@TableId(type = IdType.ASSIGN_ID)
|
||||||
private Long id;
|
private Long id;
|
||||||
/**
|
/**
|
||||||
* 订单id
|
* 订单id
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue