智慧农业后台管理
guoshilong
2022-08-29 2e4f364403e5c4d00010d29ccd022553fd5d0029
src/main/java/org/springblade/modules/sale/service/ISaleService.java
@@ -49,5 +49,5 @@
    * @return
    */
   List<Map<Object,String>> selectMarketCirculate(SaleVO sale);
   List<Map<Object,String>> selectMarketDistrict(String farmId);
   List<Map<Object,String>> selectMarketDistrict(String farmId,String startTime,String endTime);
}