liusheng
2024-12-02 57e82dd493a25e887894afef2f0e0223f1e546bd
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;
}