mirror of
https://gitee.com/zhijiantianya/ruoyi-vue-pro.git
synced 2026-03-22 05:07:17 +08:00
fix:【crm】移除 CrmReceivablePlanRespVO 中的 ExcelProperty 注解,修复导出报错
This commit is contained in:
@@ -59,7 +59,6 @@ public class CrmReceivablePlanRespVO {
|
||||
@ExcelProperty("回款编号")
|
||||
private Long receivableId;
|
||||
@Schema(description = "回款信息")
|
||||
@ExcelProperty("回款信息")
|
||||
private CrmReceivableRespVO receivable;
|
||||
|
||||
@Schema(description = "提前几天提醒", requiredMode = Schema.RequiredMode.REQUIRED, example = "1")
|
||||
|
||||
Reference in New Issue
Block a user