开店管理导出加字段

This commit is contained in:
shuo.wang
2025-02-07 10:51:38 +08:00
parent a109c20c34
commit c87a934bde
7 changed files with 28 additions and 109 deletions

View File

@@ -110,5 +110,8 @@ public class ExportBranchShopDTO {
@ColumnWidth(30)
private String openDuration;
@ExcelProperty(value = "缴费时间",order = 24)
@ColumnWidth(30)
private String payTime;
}