店铺信息修改

This commit is contained in:
张松
2025-03-01 16:29:17 +08:00
parent 3db724435c
commit e1581a60b4
3 changed files with 9 additions and 5 deletions

View File

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