cuilei
2025-06-11 cd00884c3db8fa6808b3b5949ab1a2b1459d6bdc
lxzn-module-tms/src/main/java/org/jeecg/modules/tms/entity/BaseTools.java
@@ -76,6 +76,14 @@
   @Excel(name = "参数表名称", width = 15)
    @ApiModelProperty(value = "参数表名称")
    private String paramaTableName;
    /**精度等级*/
    @Excel(name = "精度等级(1:A;2:B;3:C)", width = 15)
    @ApiModelProperty(value = "精度等级(1:A;2:B;3:C)")
    private String accuracyClass;
    /**当前编码*/
    @Excel(name = "当前编码", width = 15)
    @ApiModelProperty(value = "当前编码")
    private String currentCode;
    /**备注*/
    @Excel(name = "备注", width = 15)
    @ApiModelProperty(value = "备注")
@@ -100,4 +108,9 @@
    @DateTimeFormat(pattern="yyyy-MM-dd")
    @ApiModelProperty(value = "更新时间")
    private Date updateTime;
    /**工具图片*/
    @Excel(name = "工具图片", width = 15)
    @ApiModelProperty(value = "工具图片")
    private String toolPicture;
}