- 多次终审
- 多次立项
- 财务板块-付款计划API
- 竣工自检API
- 审批中心管理
- 分批开工
- 项目公司管理
- admin
- 项目回款-申请
- 审批流导出
- APP合同管理
- 项目登记管理
- 项目立项管理
- 项目计划管理
- 项目开工管理
- 文件上传
- 竣工验收API
- 审批流程管理
- 商机信息实体表管理
- 推广配置管理
- 微信小程序
- 商机管理
- 物资调拨管理
- 渠道商表管理
- 渠道商合同签约表管理
- 默认目录
- TestController
- APP待办记录管理
- 项目方案计算API管理
- 项目终审管理
- 渠道商管理
- 渠道商合同签约管理
- 渠道商项目登记管理
- 腾讯广告-对接
- 待办记录管理
- photovoltaic-base-web
- 内部用户API
- 施工管理
- Test01Controller
- 主页 BI 数据接口
- 光伏系统登录POST
- 腾讯广告-授权码GET
分页查询项目方案计算表
本地环境
http://127.0.0.1:10016
本地环境
http://127.0.0.1:10016
POST
/admin/consumptionProjectPlanCalculation/page
请求参数
Header 参数
token
string
可选
默认值:
{{token}}
tenant-id
string
可选
默认值:
{{tenant-id}}
Body 参数application/json
id
integer <int64>
主键id
page
integer
当前页
pageSize
integer
分页大小
startCreateTime
string
创建时间开始
endCreateTime
string
创建时间结束
excludeId
integer <int64>
不包含id
idList
array[integer]
id列表
openSysUserDataScope
boolean
可选
默认值:
true
openSysAreaDataScope
boolean
可选
默认值:
false
projectPlanCode
string
项目方案编号
projectPlanName
string
项目方案名称
province
string
省份
city
string
城市
county
string
区/县
comprehensiveConsumptionRatio
number
综合消纳比例
averagePrice
number
可选
rewardAdjustmentAmount
number
当月励调金额
electricityBillStatus
string
电费单情况
calculationProgress
boolean
可选
createUserId
integer <int64>
创建人用户ID
createBy
string
创建人
createTime
string
创建时间
updateBy
string
修改人
updateTime
string
修改时间
示例
{
"id": 0,
"page": 0,
"pageSize": 0,
"startCreateTime": "string",
"endCreateTime": "string",
"excludeId": 0,
"idList": [
0
],
"openSysUserDataScope": true,
"openSysAreaDataScope": false,
"projectPlanCode": "string",
"projectPlanName": "string",
"province": "string",
"city": "string",
"county": "string",
"comprehensiveConsumptionRatio": 0,
"averagePrice": 0,
"rewardAdjustmentAmount": 0,
"electricityBillStatus": "string",
"calculationProgress": true,
"createUserId": 0,
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://127.0.0.1:10016/admin/consumptionProjectPlanCalculation/page' \
--header 'token: ' \
--header 'tenant-id: 0' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"page": 0,
"pageSize": 0,
"startCreateTime": "string",
"endCreateTime": "string",
"excludeId": 0,
"idList": [
0
],
"openSysUserDataScope": true,
"openSysAreaDataScope": false,
"projectPlanCode": "string",
"projectPlanName": "string",
"province": "string",
"city": "string",
"county": "string",
"comprehensiveConsumptionRatio": 0,
"averagePrice": 0,
"rewardAdjustmentAmount": 0,
"electricityBillStatus": "string",
"calculationProgress": true,
"createUserId": 0,
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string"
}'
返回响应
🟢200成功
application/json
Body
code
string
返回码
msg
string
返回提示信息
data
object (BasePageConsumptionProjectPlanCalculationVO)
返回的数据结果
list
array[object (ConsumptionProjectPlanCalculationVO) {25}]
可选
totalCount
integer
可选
pageSize
integer
可选
currentPage
integer
可选
totalPage
integer
可选
示例
{
"code": "",
"msg": "",
"data": {
"list": [
{
"id": 0,
"projectPlanCode": "",
"projectPlanName": "",
"failReason": "",
"province": "",
"city": "",
"county": "",
"comprehensiveConsumptionRatio": 0.0,
"averagePrice": 0.0,
"rewardAdjustmentAmount": 0.0,
"electricityBillStatus": "",
"calculationProgress": 0,
"createUserId": 0,
"createBy": "",
"createTime": "",
"updateBy": "",
"updateTime": "",
"saveOnly": false,
"consumptionProposedAreaList": [
{
"id": 0,
"planId": 0,
"roofType": 0,
"constructType": 0,
"installationAngle": 0.0,
"installedCapacity": 0.0,
"connectionVoltage": 0,
"contaminationStatus": 0,
"validHours": 0.0,
"customerNumber": 0
}
],
"consumptionElectricityBillList": [
{
"id": 0,
"planId": 0,
"customerNumber": 0,
"transformerCapacity": 0,
"startTime": "",
"endTime": "",
"year": "",
"month": "",
"powerFactor": 0.0,
"rewardAdjustmentAmount": 0.0,
"capacityStatus": "",
"electricQuantity": 0.0,
"electricityCost": 0.0,
"transmissionDistribution": 0.0,
"fund": 0.0,
"other": 0.0,
"total": 0.0
}
],
"consumptionElectricityBillDTOList": [
{
"customerNumber": 0,
"startTime": "",
"endTime": "",
"transformerCapacity": 0,
"consumptionElectricityBillVOList": [
{
"id": 0,
"planId": 0,
"customerNumber": 0,
"transformerCapacity": 0,
"startTime": "",
"endTime": "",
"year": "",
"month": "",
"powerFactor": 0.0,
"rewardAdjustmentAmount": 0.0,
"capacityStatus": "",
"electricQuantity": 0.0,
"electricityCost": 0.0,
"transmissionDistribution": 0.0,
"fund": 0.0,
"other": 0.0,
"total": 0.0
}
]
}
],
"consumptionHolidayList": [
{
"id": 0,
"planId": 0,
"year": 0,
"month": 0,
"satSunDays": 0,
"holidayDays": 0,
"nonWorkDays": 0,
"workDays": 0,
"monthDays": 0
}
],
"consumptionPeakValleyTimeList": [
{
"id": 0,
"planId": 0,
"month": "",
"hour0": "",
"hour1": "",
"hour2": "",
"hour3": "",
"hour4": "",
"hour5": "",
"hour6": "",
"hour7": "",
"hour8": "",
"hour9": "",
"hour10": "",
"hour11": "",
"hour12": "",
"hour13": "",
"hour14": "",
"hour15": "",
"hour16": "",
"hour17": "",
"hour18": "",
"hour19": "",
"hour20": "",
"hour21": "",
"hour22": "",
"hour23": "",
"timePeriodJson": ""
}
],
"consumptionEmissionBenefitList": [
{
"id": 0,
"planId": 0,
"emission": "",
"emissionCoefficient": 0.0,
"annualEmissionReduction": 0.0,
"totalEmissionReduction": 0.0
}
],
"calculationResultRepositoryList": [
{
"id": 0,
"planId": 0,
"customerNumber": 0,
"installedCapacity": 0,
"transformerCapacity": 0.0,
"annualPowerGeneration": 0,
"annualElectricityConsumption": 0,
"consumptionGenerationRatio": 0.0,
"consumptionRatio": 0.0,
"averagePrice": "",
"comprehensiveConsumptionRatio": "",
"comprehensiveAveragePrice": "",
"electricityBillStatus": "",
"otherQuestions": ""
}
]
}
],
"totalCount": 0,
"pageSize": 0,
"currentPage": 0,
"totalPage": 0
}
}