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