liusheng
2024-07-26 0ff7a8f69570b3fc7418c35f3d6e273ef4f73f20
smartor/src/main/java/com/smartor/domain/IvrLibaTargetTag.java
@@ -39,7 +39,7 @@
     * 标签ID
     */
    @ApiModelProperty(value = "标签ID")
    @Excel(name = " 标签ID ")
    @Excel(name = " baseTag标签ID ")
    private Long tagid;
    /**
@@ -78,10 +78,10 @@
    private Date uploadTime;
    /**
     * 标签ID
     * 指标ID
     */
    @ApiModelProperty(value = "标签ID")
    @Excel(name = "标签ID ")
    @ApiModelProperty(value = "指标ID")
    @Excel(name = "指标ID ")
    private Long targetid;
    /**