Merge remote-tracking branch 'origin/master'

This commit is contained in:
2025-03-01 16:38:41 +08:00
5 changed files with 10 additions and 8 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);