Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
T
travel-cloud
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
cloud
travel-cloud
Commits
890f80e8
提交
890f80e8
authored
4月 17, 2025
作者:
hzh
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
bug优化
上级
5d940315
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
23 行增加
和
28 行删除
+23
-28
OrderAirportChangeVo.java
...va/org/dromara/server/domain/vo/OrderAirportChangeVo.java
+21
-25
OrderTrainChangeVo.java
...java/org/dromara/server/domain/vo/OrderTrainChangeVo.java
+2
-3
没有找到文件。
ruoyi-modules/ruoyi-server/src/main/java/org/dromara/server/domain/vo/OrderAirportChangeVo.java
浏览文件 @
890f80e8
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
;
...
...
ruoyi-modules/ruoyi-server/src/main/java/org/dromara/server/domain/vo/OrderTrainChangeVo.java
浏览文件 @
890f80e8
...
@@ -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
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论