光伏功能逻辑

This commit is contained in:
huangjp
2025-12-12 19:15:01 +08:00
parent 2ff46c5cbc
commit 6f22a10e64
31 changed files with 653 additions and 808 deletions

View File

@ -300,3 +300,12 @@ export function SetDataConfig(data) {
data
})
}
// 获取电站光伏能量/收益趋势
export function getPvData(data) {
return request({
url: 'business/openStation/getPvData',
method: 'post',
data
})
}