liusheng
2024-11-07 37b79cfd8e5ecdc6f9f09750583f998183c338fb
smartor/src/main/java/com/smartor/domain/ServiceThirdData.java
@@ -69,6 +69,19 @@
    @Excel(name = "数据是否处理1:0未处理,1已处理")
    private Integer isDeal;
    /**
     * 备注
     */
    @ApiModelProperty("备注")
    @Excel(name = "备注")
    private String remark;
    /**
     * 备注
     */
    @ApiModelProperty("备注")
    @Excel(name = "备注")
    private Long userInfoId;
}