linwe
2024-05-16 afda600cf257b5a0eb6ae099a80282d21f971958
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();
}