feat:导出

This commit is contained in:
suzhuhong
2026-04-24 18:07:03 +08:00
parent 98233e7032
commit 7385dc1d03

View File

@@ -102,7 +102,7 @@ public class SplitOrderResponse implements Serializable {
@ApiModelProperty("状态名称(待分账/已完成)")
@ExcelProperty(value = "状态", order = 140)
@ColumnWidth(30)
private Integer statusName;
private String statusName;
@ApiModelProperty("分账失败原因")
@ExcelProperty(value = "分账失败原因", order = 150)