智慧农业后台管理
guoshilong
2022-09-15 fa326e87de2805d8b66b301daee596b1d959e430
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);
}