| | |
| | | public class ExperimentWindingStep1 implements Serializable { |
| | | private Integer id; |
| | | |
| | | @ApiModelProperty("唯一标识") |
| | | private Integer indexId; |
| | | |
| | | /** |
| | | * 绕组编号 测绕组引线(多个);测各相绕组引线(单个) |
| | | */ |
| | |
| | | /** |
| | | * 电流(μA) |
| | | */ |
| | | @ApiModelProperty("电流(μA)") |
| | | @ApiModelProperty("电流(μA) /电流(mA)") |
| | | private Float electricCurrent; |
| | | |
| | | /** |
| | |
| | | /** |
| | | * 绝缘电阻 |
| | | */ |
| | | @ApiModelProperty("绝缘电阻") |
| | | @ApiModelProperty("绝缘电阻/直流电阻") |
| | | private Float resistance; |
| | | |
| | | @ApiModelProperty("绕组温度") |
| | |
| | | this.id = id; |
| | | } |
| | | |
| | | public Integer getIndexId() { |
| | | return indexId; |
| | | } |
| | | |
| | | public void setIndexId(Integer indexId) { |
| | | this.indexId = indexId; |
| | | } |
| | | |
| | | public String getWinding() { |
| | | return winding; |
| | | } |