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