正在显示
3 个修改的文件
包含
4 行增加
和
2 行删除
| @@ -62,7 +62,7 @@ public class NMMS_CUSTOM_MT1201 { | @@ -62,7 +62,7 @@ public class NMMS_CUSTOM_MT1201 { | ||
| 62 | 62 | ||
| 63 | private AWB_AWBINFO awbinfo; | 63 | private AWB_AWBINFO awbinfo; |
| 64 | 64 | ||
| 65 | - private NMMS_CUSTOM_USER user; | 65 | + private NMMS_CUSTOM_USER userinfo; |
| 66 | 66 | ||
| 67 | private List<NMMS_CUSTOM_MT1201> children; | 67 | private List<NMMS_CUSTOM_MT1201> children; |
| 68 | 68 |
| @@ -63,7 +63,7 @@ public class NMMS_CUSTOM_MT520X { | @@ -63,7 +63,7 @@ public class NMMS_CUSTOM_MT520X { | ||
| 63 | 63 | ||
| 64 | private AWB_AWBINFO awbinfo; | 64 | private AWB_AWBINFO awbinfo; |
| 65 | 65 | ||
| 66 | - private NMMS_CUSTOM_USER user; | 66 | + private NMMS_CUSTOM_USER userinfo; |
| 67 | 67 | ||
| 68 | private List<NMMS_CUSTOM_MT520X> children; | 68 | private List<NMMS_CUSTOM_MT520X> children; |
| 69 | 69 |
| 1 | package com.sunyo.wlpt.base.model; | 1 | package com.sunyo.wlpt.base.model; |
| 2 | 2 | ||
| 3 | +import com.fasterxml.jackson.annotation.JsonFormat; | ||
| 4 | + | ||
| 3 | public class NMMS_CUSTOM_USER { | 5 | public class NMMS_CUSTOM_USER { |
| 4 | public String getUsername() { | 6 | public String getUsername() { |
| 5 | return username; | 7 | return username; |
-
请 注册 或 登录 后发表评论