nidapeng
2024-04-09 16c34dd4aab509f301714b04e546e9c3e7da0367
server/service/src/main/java/com/doumee/dao/business/model/ApplyChange.java
@@ -237,5 +237,7 @@
        taxesInvoicingVO.setType(Constants.ONE);
        return taxesInvoicingVO;
    }
    @ApiModelProperty(value = "是否获取附件信息 0不需要 1需要")
    @TableField(exist = false)
    private Integer getFiles;
}