liusheng
2024-11-22 da6cce0d9f01b98d20b9ed89b438cd32006a8dd8
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;
}