Lius
2024-01-15 f7d3ebdc86f50be05170263ea8cc755154650d50
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;
    /**
     * 备注