| | |
| | | return service.updateA059Param(a059setParam); |
| | | } |
| | | |
| | | @ApiOperation(tags = "在线监测-实时监控", value = "在线监测-实时监控-设置FGCD_A059放电参数(二期)") |
| | | @ApiOperation(tags = "在线监测-实时监控", value = "在线监测-实时监控-设置FGCD_A059放电参数(二期)" |
| | | , notes = "DCVolHighLimit,MonVolHightLimit,MonVolHightLimitCount,ChargeCurrSet,AutoTestStartVol,onlinevolLow,CharTimeLong,FloatCharTimeLong,CharSotpCurr不要了") |
| | | @PostMapping("updateA059ParamPhaseII") |
| | | public Response updateA059ParamPhaseII(@RequestBody Fbs9100Setparam a059setParam) { |
| | | return service.updateA059ParamPhaseII(a059setParam); |
| | |
| | | @TableField("OnlineVolLowAction") |
| | | private Integer OnlineVolLowAction; |
| | | |
| | | @ApiModelProperty(value = "保护电压") |
| | | @TableField("DCVolHighLimit") |
| | | private Float DCVolHighLimit; |
| | | |
| | | @ApiModelProperty(value = "恒压电流") |
| | | @TableField("ChargeCurrSet") |
| | | private Float ChargeCurrSet; |
| | | |
| | | @TableField("MonomerTmp_High") |
| | | private Float monomertmpHigh; |
| | | |
| | | @ApiModelProperty(value = "浮充电压") |
| | | @TableField("AutoTestStartVol") |
| | | private Float AutoTestStartVol; |
| | | |
| | | @ApiModelProperty(value = "恒压电压") |
| | | @TableField("OnLineVol_Low") |
| | | private Float onlinevolLow; |
| | | |
| | |
| | | @TableField("CharCap") |
| | | private Integer CharCap; |
| | | |
| | | @ApiModelProperty(value = "充电时长(min)") |
| | | @ApiModelProperty(value = "充电时长(min)/恒压时长") |
| | | @TableField("CharTimeLong") |
| | | private Integer CharTimeLong; |
| | | |
| | |
| | | @TableField("FloatCharTimeLong") |
| | | private Integer FloatCharTimeLong; |
| | | |
| | | @ApiModelProperty(value = "截止电流(0.1A)") |
| | | @ApiModelProperty(value = "截止电流(0.1A)/浮充电流") |
| | | @TableField("CharSotpCurr") |
| | | private Float CharSotpCurr; |
| | | |
| | |
| | | MonomerLowCount=#{MonomerLowCount}, |
| | | BattGroupNum=#{BattGroupNum}, |
| | | OnlineVolLowAction=#{OnlineVolLowAction}, |
| | | DCVolHighLimit=#{DCVolHighLimit}, |
| | | ChargeCurrSet=#{ChargeCurrSet}, |
| | | -- DCVolHighLimit=#{DCVolHighLimit}, |
| | | -- ChargeCurrSet=#{ChargeCurrSet}, |
| | | MonomerTmp_High=#{monomertmpHigh}, |
| | | AutoTestStartVol=#{AutoTestStartVol}, |
| | | OnLineVol_Low=#{onlinevolLow}, |
| | | -- AutoTestStartVol=#{AutoTestStartVol}, |
| | | -- OnLineVol_Low=#{onlinevolLow}, |
| | | OffLineYH_Cycle=#{offlineyhCycle}, |
| | | OffLineYHstarttime=#{OffLineYHstarttime}, |
| | | OffLineYHTimes=#{OffLineYHTimes}, |
| | |
| | | DisPower=#{DisPower}, |
| | | DisPreRes=#{DisPreRes}, |
| | | CharCap=#{CharCap}, |
| | | CharTimeLong=#{CharTimeLong}, |
| | | FloatCharTimeLong=#{FloatCharTimeLong}, |
| | | CharSotpCurr=#{CharSotpCurr}, |
| | | MonVolHightLimit=#{MonVolHightLimit}, |
| | | MonVolHightLimitCount=#{MonVolHightLimitCount}, |
| | | -- CharTimeLong=#{CharTimeLong}, |
| | | -- FloatCharTimeLong=#{FloatCharTimeLong}, |
| | | -- CharSotpCurr=#{CharSotpCurr}, |
| | | -- MonVolHightLimit=#{MonVolHightLimit}, |
| | | -- MonVolHightLimitCount=#{MonVolHightLimitCount}, |
| | | CharHighTmp=#{CharHighTmp}, |
| | | DisWaitTime=#{DisWaitTime}, |
| | | CharWaitTime=#{CharWaitTime}, |