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