修改霸王餐表主键id为shopId

This commit is contained in:
张松 2025-03-20 11:05:50 +08:00
parent ed87c2f676
commit 403cd2647c
1 changed files with 1 additions and 3 deletions

View File

@ -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;
/**