whycrzg
2021-05-21 e4cd7fd3e48a5280d15cfbf07ca5e1e18b4f74d0
绕组实验更新接口
1个文件已修改
15 ■■■■ 已修改文件
src/main/java/com/whyc/pojo/ExperimentWindingStep1.java 15 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/whyc/pojo/ExperimentWindingStep1.java
@@ -20,6 +20,9 @@
public class ExperimentWindingStep1 implements Serializable {
    private Integer id;
    @ApiModelProperty("唯一标识")
    private Integer indexId;
    /**
     * 绕组编号 测绕组引线(多个);测各相绕组引线(单个)
     */
@@ -34,7 +37,7 @@
    /**
     * 电流(μA)
     */
    @ApiModelProperty("电流(μA)")
    @ApiModelProperty("电流(μA) /电流(mA)")
    private Float electricCurrent;
    /**
@@ -46,7 +49,7 @@
    /**
     * 绝缘电阻
     */
    @ApiModelProperty("绝缘电阻")
    @ApiModelProperty("绝缘电阻/直流电阻")
    private Float resistance;
    @ApiModelProperty("绕组温度")
@@ -86,6 +89,14 @@
        this.id = id;
    }
    public Integer getIndexId() {
        return indexId;
    }
    public void setIndexId(Integer indexId) {
        this.indexId = indexId;
    }
    public String getWinding() {
        return winding;
    }