收音机页面路径配置

This commit is contained in:
张松
2025-04-02 14:33:48 +08:00
parent dfc6f5a1f5
commit ef3a612c58
3 changed files with 12 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
package com.czg.account.entity;
import com.mybatisflex.annotation.Id;
import com.mybatisflex.annotation.KeyType;
import com.mybatisflex.annotation.Table;
import java.io.Serializable;
@@ -26,7 +27,8 @@ public class ShopStaffPagePermission implements Serializable {
@Serial
private static final long serialVersionUID = 1L;
@Id(keyType = KeyType.Auto)
private Long id;
/**
* 店铺id
*/