智慧农业后台管理页面
Administrator
2022-05-20 4aa017d6d2ec1eecaeff1bfccade3e1e153975e3
src/api/farm/farmingrecord.js
@@ -45,4 +45,13 @@
            id
        }
    })
}
export const getFarmingCount = () => {
    return request({
        url: '/api/farmingRecord/getFarmingCount',
        method: 'get',
        params: {}
    })
}