店铺信息修改
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user