提交 890f80e8 authored 作者: hzh's avatar hzh

bug优化

上级 5d940315
package org.dromara.server.domain.vo; package org.dromara.server.domain.vo;
import java.math.BigDecimal;
import org.dromara.server.domain.OrderAirportChange;
import com.alibaba.excel.annotation.ExcelIgnoreUnannotated; import com.alibaba.excel.annotation.ExcelIgnoreUnannotated;
import com.alibaba.excel.annotation.ExcelProperty; import com.alibaba.excel.annotation.ExcelProperty;
import org.dromara.common.excel.annotation.ExcelDictFormat;
import org.dromara.common.excel.convert.ExcelDictConvert;
import io.github.linpeilie.annotations.AutoMapper; import io.github.linpeilie.annotations.AutoMapper;
import lombok.Data; import lombok.Data;
import org.dromara.server.domain.OrderAirportChange;
import java.io.Serial; import java.io.Serial;
import java.io.Serializable; import java.io.Serializable;
import java.util.Date; import java.math.BigDecimal;
...@@ -36,10 +33,9 @@ public class OrderAirportChangeVo implements Serializable { ...@@ -36,10 +33,9 @@ public class OrderAirportChangeVo implements Serializable {
private Long id; private Long id;
/** /**
* 订单id * 人员code
*/ */
@ExcelProperty(value = "订单id") private String personCode;
private Long orderId;
/** /**
* 改签编号 * 改签编号
...@@ -60,7 +56,7 @@ public class OrderAirportChangeVo implements Serializable { ...@@ -60,7 +56,7 @@ public class OrderAirportChangeVo implements Serializable {
private String empDepName; private String empDepName;
/** /**
* *
*/ */
@ExcelProperty(value = "") @ExcelProperty(value = "")
private BigDecimal nfcny; private BigDecimal nfcny;
...@@ -78,7 +74,7 @@ public class OrderAirportChangeVo implements Serializable { ...@@ -78,7 +74,7 @@ public class OrderAirportChangeVo implements Serializable {
private String idNo; private String idNo;
/** /**
* *
*/ */
@ExcelProperty(value = "") @ExcelProperty(value = "")
private String ocabinName; private String ocabinName;
...@@ -96,7 +92,7 @@ public class OrderAirportChangeVo implements Serializable { ...@@ -96,7 +92,7 @@ public class OrderAirportChangeVo implements Serializable {
private String changeOrderStatus; private String changeOrderStatus;
/** /**
* *
*/ */
@ExcelProperty(value = "") @ExcelProperty(value = "")
private String ntkno; private String ntkno;
...@@ -132,13 +128,13 @@ public class OrderAirportChangeVo implements Serializable { ...@@ -132,13 +128,13 @@ public class OrderAirportChangeVo implements Serializable {
private String voyage; private String voyage;
/** /**
* *
*/ */
@ExcelProperty(value = "") @ExcelProperty(value = "")
private String ovoyageAirportZh; private String ovoyageAirportZh;
/** /**
* *
*/ */
@ExcelProperty(value = "") @ExcelProperty(value = "")
private String nflightNo; private String nflightNo;
...@@ -150,7 +146,7 @@ public class OrderAirportChangeVo implements Serializable { ...@@ -150,7 +146,7 @@ public class OrderAirportChangeVo implements Serializable {
private String orderPriceSum; private String orderPriceSum;
/** /**
* *
*/ */
@ExcelProperty(value = "") @ExcelProperty(value = "")
private String otkno; private String otkno;
...@@ -180,25 +176,25 @@ public class OrderAirportChangeVo implements Serializable { ...@@ -180,25 +176,25 @@ public class OrderAirportChangeVo implements Serializable {
private String psg; private String psg;
/** /**
* *
*/ */
@ExcelProperty(value = "") @ExcelProperty(value = "")
private String ocabin; private String ocabin;
/** /**
* *
*/ */
@ExcelProperty(value = "") @ExcelProperty(value = "")
private String ncabinName; private String ncabinName;
/** /**
* *
*/ */
@ExcelProperty(value = "") @ExcelProperty(value = "")
private String npnrNo; private String npnrNo;
/** /**
* *
*/ */
@ExcelProperty(value = "") @ExcelProperty(value = "")
private String ndepartTime; private String ndepartTime;
...@@ -210,13 +206,13 @@ public class OrderAirportChangeVo implements Serializable { ...@@ -210,13 +206,13 @@ public class OrderAirportChangeVo implements Serializable {
private String idType; private String idType;
/** /**
* *
*/ */
@ExcelProperty(value = "") @ExcelProperty(value = "")
private String oflightNo; private String oflightNo;
/** /**
* *
*/ */
@ExcelProperty(value = "") @ExcelProperty(value = "")
private String nvoyageAirportZhn; private String nvoyageAirportZhn;
...@@ -228,13 +224,13 @@ public class OrderAirportChangeVo implements Serializable { ...@@ -228,13 +224,13 @@ public class OrderAirportChangeVo implements Serializable {
private BigDecimal serviceFee; private BigDecimal serviceFee;
/** /**
* *
*/ */
@ExcelProperty(value = "") @ExcelProperty(value = "")
private String narriveTime; private String narriveTime;
/** /**
* *
*/ */
@ExcelProperty(value = "") @ExcelProperty(value = "")
private String odepartTime; private String odepartTime;
...@@ -246,13 +242,13 @@ public class OrderAirportChangeVo implements Serializable { ...@@ -246,13 +242,13 @@ public class OrderAirportChangeVo implements Serializable {
private String changeOrderStatusName; private String changeOrderStatusName;
/** /**
* *
*/ */
@ExcelProperty(value = "") @ExcelProperty(value = "")
private String opnrNo; private String opnrNo;
/** /**
* *
*/ */
@ExcelProperty(value = "") @ExcelProperty(value = "")
private String ncabin; private String ncabin;
...@@ -276,7 +272,7 @@ public class OrderAirportChangeVo implements Serializable { ...@@ -276,7 +272,7 @@ public class OrderAirportChangeVo implements Serializable {
private BigDecimal priceDiff; private BigDecimal priceDiff;
/** /**
* *
*/ */
@ExcelProperty(value = "") @ExcelProperty(value = "")
private BigDecimal ofcny; private BigDecimal ofcny;
......
...@@ -36,10 +36,9 @@ public class OrderTrainChangeVo implements Serializable { ...@@ -36,10 +36,9 @@ public class OrderTrainChangeVo implements Serializable {
private Long id; private Long id;
/** /**
* 订单id * 人员code
*/ */
@ExcelProperty(value = "订单id") private String personCode;
private Long orderId;
/** /**
* 改签编号 * 改签编号
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论