Lius
2024-02-01 848e5624f3a814763e81db5d79d8f0761c5bb4f1
lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/entity/MdcTorqueConfig.java
@@ -62,18 +62,18 @@
    private Date torqueDate;
    /**
     * 参数类型
     * 扭矩值
     */
    @Excel(name = "参数类型", width = 15)
    @ApiModelProperty("参数类型")
    private String argumentType;
    @Excel(name = "扭矩值", width = 15)
    @ApiModelProperty("扭矩值")
    private float torqueValue;
    /**
     * 参数值
     * 进给参数
     */
    @Excel(name = "参数值", width = 15)
    @ApiModelProperty("参数值")
    private float torqueValue;
    @Excel(name = "进给参数", width = 15)
    @ApiModelProperty("进给参数")
    private String feedParameter;
    /**
     * 备注