提交 35c44370 authored 作者: hzh's avatar hzh

bug修复

上级 08c433a0
...@@ -38,8 +38,8 @@ public class OrderAirportVo implements Serializable { ...@@ -38,8 +38,8 @@ public class OrderAirportVo implements Serializable {
*/ */
private String applyCode; private String applyCode;
@Translation(type = TransConstant.PERSON_CODE_TO_NICKNAME, mapper = "applyCode") @Translation(type = TransConstant.PERSON_CODE_TO_NICKNAME, mapper = "personCode")
private String applyCodeNickName; private String personCodeNickName;
/** /**
* 人员code * 人员code
......
...@@ -38,8 +38,8 @@ public class OrderHotelVo implements Serializable { ...@@ -38,8 +38,8 @@ public class OrderHotelVo implements Serializable {
*/ */
private String applyCode; private String applyCode;
@Translation(type = TransConstant.PERSON_CODE_TO_NICKNAME, mapper = "applyCode") @Translation(type = TransConstant.PERSON_CODE_TO_NICKNAME, mapper = "personCode")
private String applyCodeNickName; private String personCodeNickName;
/** /**
* 人员code * 人员code
......
...@@ -39,8 +39,8 @@ public class OrderTrainVo implements Serializable { ...@@ -39,8 +39,8 @@ public class OrderTrainVo implements Serializable {
*/ */
private String applyCode; private String applyCode;
@Translation(type = TransConstant.PERSON_CODE_TO_NICKNAME, mapper = "applyCode") @Translation(type = TransConstant.PERSON_CODE_TO_NICKNAME, mapper = "personCode")
private String applyCodeNickName; private String personCodeNickName;
/** /**
* 人员code * 人员code
......
...@@ -37,8 +37,8 @@ public class OrderVehiclesVo implements Serializable { ...@@ -37,8 +37,8 @@ public class OrderVehiclesVo implements Serializable {
*/ */
private String applyCode; private String applyCode;
@Translation(type = TransConstant.PERSON_CODE_TO_NICKNAME, mapper = "applyCode") @Translation(type = TransConstant.PERSON_CODE_TO_NICKNAME, mapper = "personCode")
private String applyCodeNickName; private String personCodeNickName;
/** /**
* 人员code * 人员code
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论