消费明细报表-导出,调整字段顺序5
This commit is contained in:
+2
@@ -87,4 +87,6 @@ public class StClientMemberTransactionRecordDTO {
|
||||
|
||||
@Schema(title ="餐次")
|
||||
private String dinnerType;
|
||||
|
||||
private List<String> canteenIdList;
|
||||
}
|
||||
|
||||
+4
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user