类名修改
This commit is contained in:
@@ -22,8 +22,8 @@ import lombok.NoArgsConstructor;
|
||||
@Builder
|
||||
@NoArgsConstructor
|
||||
@AllArgsConstructor
|
||||
@Table("tb_shop_area")
|
||||
public class ShopArea implements Serializable {
|
||||
@Table("tb_shop_table_area")
|
||||
public class ShopTableArea implements Serializable {
|
||||
|
||||
@Serial
|
||||
private static final long serialVersionUID = 1L;
|
||||
@@ -1,7 +1,7 @@
|
||||
package com.czg.account.service;
|
||||
|
||||
import com.mybatisflex.core.service.IService;
|
||||
import com.czg.account.entity.ShopArea;
|
||||
import com.czg.account.entity.ShopTableArea;
|
||||
|
||||
/**
|
||||
* 店铺区域 服务层。
|
||||
@@ -9,6 +9,6 @@ import com.czg.account.entity.ShopArea;
|
||||
* @author zs
|
||||
* @since 2025-02-18
|
||||
*/
|
||||
public interface ShopAreaService extends IService<ShopArea> {
|
||||
public interface ShopAreaService extends IService<ShopTableArea> {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user