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

bug修复

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