liusheng
2024-07-04 bfdc738a7d11d7a132747c52fe51f6887405fae4
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;
}