智慧农业后台管理
guoshilong
2022-10-17 1c612547c46e9c386d9f53c73978e2d81b09dde4
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);
}