This commit is contained in:
wangjinlei
2024-05-24 15:12:08 +08:00
parent 1d09fbb0b3
commit 6e3cc44319
12 changed files with 280 additions and 58 deletions

View File

@@ -1,7 +1,7 @@
package com.peanut.modules.book.service;
import com.baomidou.mybatisplus.extension.service.IService;
import com.peanut.modules.book.entity.ShopStore;
import com.peanut.modules.common.entity.ShopStore;
public interface ShopStoreService extends IService<ShopStore> {
}