修改霸王餐表主键id为shopId
This commit is contained in:
@@ -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;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user