| | |
| | | private String actualRunTime; |
| | | |
| | | @ApiModelProperty(value = "参加计算") |
| | | private Integer joinCompute; |
| | | private Integer basicJoinCompute; |
| | | |
| | | @ApiModelProperty(value = "规定MTBF") |
| | | private String regulateMtbf; |
| | | private String basicMtbfRegulate; |
| | | |
| | | @ApiModelProperty(value = "可接受的MTBF") |
| | | private String acceptMtbf; |
| | | private String basicMtbfAccept; |
| | | |
| | | @ApiModelProperty(value = "MTBF规定成功率") |
| | | private String regulSuccRateMtbf; |
| | | private String basicMtbfRegulSuccRate; |
| | | |
| | | @ApiModelProperty(value = "MTBF可接受成功率") |
| | | private String acceptSuccRateMtbf; |
| | | private String basicMtbfAcceptSuccRate; |
| | | |
| | | @ApiModelProperty(value = "单元数量") |
| | | private Integer unitNum; |
| | | private Integer basicUnitNum; |
| | | |
| | | @ApiModelProperty(value = "运行次数") |
| | | private Integer runsNum; |
| | | private Integer basicRunsNum; |
| | | |
| | | @ApiModelProperty(value = "MTBF运行比") |
| | | private String operatingRatioMtbf; |
| | | private String basicMtbfOperatingRatio; |
| | | |
| | | @ApiModelProperty(value = "单次运行时间") |
| | | private String singleRunTime; |
| | | private String basicSingleRunTime; |
| | | |
| | | @ApiModelProperty(value = "规定MTBCF") |
| | | private String regulateMtbcf; |
| | | private String taskMtbcfRegulate; |
| | | |
| | | @ApiModelProperty(value = "可接受的MTBCF") |
| | | private String acceptMtbcf; |
| | | private String taskMtbcfAccept; |
| | | |
| | | @ApiModelProperty(value = "MTBCF规定成功率") |
| | | private String regulSuccRateMtbcf; |
| | | private String taskMtbcfRegulSuccRate; |
| | | |
| | | @ApiModelProperty(value = "MTBCF可接受成功率") |
| | | private String acceptSuccRateMtbcf; |
| | | private String taskMtbcfAcceptSuccRate; |
| | | |
| | | @ApiModelProperty(value = "MTBCF运行比") |
| | | private String operatingRatioMtbcf; |
| | | private String taskMtbcfOperatingRatio; |
| | | |
| | | @ApiModelProperty(value = "MTBCF其他参数") |
| | | private String otherParamsMtbcf; |
| | | private String taskMtbcfOtherParams; |
| | | |
| | | @ApiModelProperty(value = "可维修") |
| | | private Integer repairable; |
| | |
| | | private Integer repairDistribType; |
| | | |
| | | @ApiModelProperty(value = "MTTCR") |
| | | private String mttcr; |
| | | private String repairMttcr; |
| | | |
| | | @ApiModelProperty(value = "MTTCR其他参数") |
| | | private String otherParamsMttcr; |
| | | private String repairMttcrOtherParams; |
| | | |
| | | @ApiModelProperty(value = "可靠性分布类型") |
| | | private Integer reliabDistribType; |