店铺详情修改

This commit is contained in:
张松
2025-02-15 11:16:18 +08:00
parent 006e223c71
commit ec0809a783
3 changed files with 15 additions and 5 deletions

View File

@@ -18,7 +18,7 @@ public interface ShopInfoService extends IService<ShopInfo> {
Boolean edit(ShopInfoEditDTO shopInfoEditDTO);
ShopInfo detail();
ShopInfo detail(Integer id);
ShopInfoByCodeDTO getByCode(String tableCode, String lat, String lng, boolean checkState);
}