智慧农业大数据平台
shuishen
2022-07-13 39410e486618e7f924d990483e0a9fa05c9a5b3e
src/api/farm/farmingrecord.js
@@ -269,3 +269,12 @@
        }
    })
}
export const getSweepRecordStatisticsByDayOrMonthOrYear = (params) => {
    return request({
        url: '/sweepRecord/getSweepRecordStatisticsByDayOrMonthOrYear',
        method: 'get',
        params: {
            ...params
        }
    })
}