linwe
2024-05-15 047ced202f052d70c50f4365b2d86810de076489
src/main/java/org/springblade/modules/place/mapper/PlaceRelMapper.java
@@ -49,4 +49,10 @@
    * @return
    */
   DoorplateAddressEntity getDoorplateAddressEntity(@Param("place") PlaceVO place);
   /**
    * 查询未处理的商超数据
    * @return
    */
    List<PlaceRelEntity> getMallList();
}