消费明细报表-导出,调整字段顺序5

This commit is contained in:
fansongsong
2025-12-19 11:14:13 +08:00
parent 2fcd14b4f1
commit fcf1d0f5f4
10 changed files with 180 additions and 99 deletions
@@ -87,4 +87,6 @@ public class StClientMemberTransactionRecordDTO {
@Schema(title ="餐次")
private String dinnerType;
private List<String> canteenIdList;
}
@@ -5,6 +5,8 @@ package org.jeecg.payment.dto;
import io.swagger.v3.oas.annotations.media.Schema;
import io.swagger.v3.oas.annotations.tags.Tag;
import lombok.Data;
import org.jeecg.common.system.vo.ScreenVo;
import org.springframework.web.bind.annotation.RequestParam;
import java.util.List;
@@ -46,5 +48,7 @@ public class StExceptionRecordDTO {
private String startDate;
private String endDate;
private String canteenId;
List<String> canteenIdList;
}