修改霸王餐表主键id为shopId
This commit is contained in:
parent
ed87c2f676
commit
403cd2647c
|
|
@ -30,9 +30,6 @@ public class FreeDineConfig implements Serializable {
|
|||
@Serial
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
@Id(keyType = KeyType.Auto)
|
||||
private Long id;
|
||||
|
||||
/**
|
||||
* 是否启用
|
||||
*/
|
||||
|
|
@ -71,6 +68,7 @@ public class FreeDineConfig implements Serializable {
|
|||
/**
|
||||
* 门店id
|
||||
*/
|
||||
@Id
|
||||
private Long shopId;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue