智慧农业后台管理
xiebin
2022-09-22 cc1239bf95ee3f1880b0b4fa462a7fd40664cfb2
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);
}