作者 xudada

Merge remote-tracking branch 'origin/master'

@@ -57,6 +57,8 @@ public class NMMS_CUSTOM_MT2201 { @@ -57,6 +57,8 @@ public class NMMS_CUSTOM_MT2201 {
57 57
58 private AWB_AWBINFO awbinfo; 58 private AWB_AWBINFO awbinfo;
59 59
  60 + private NMMS_CUSTOM_USER user;
  61 +
60 private List<NMMS_CUSTOM_MT2201> children; 62 private List<NMMS_CUSTOM_MT2201> children;
61 63
62 public String getUuid() { 64 public String getUuid() {
@@ -258,4 +260,12 @@ public class NMMS_CUSTOM_MT2201 { @@ -258,4 +260,12 @@ public class NMMS_CUSTOM_MT2201 {
258 public void setChildren(List<NMMS_CUSTOM_MT2201> children) { 260 public void setChildren(List<NMMS_CUSTOM_MT2201> children) {
259 this.children = children; 261 this.children = children;
260 } 262 }
  263 +
  264 + public NMMS_CUSTOM_USER getUser() {
  265 + return user;
  266 + }
  267 +
  268 + public void setUser(NMMS_CUSTOM_USER user) {
  269 + this.user = user;
  270 + }
261 } 271 }
1 package com.sunyo.wlpt.base.model; 1 package com.sunyo.wlpt.base.model;
2 2
3 import com.fasterxml.jackson.annotation.JsonFormat; 3 import com.fasterxml.jackson.annotation.JsonFormat;
  4 +import lombok.Data;
4 5
5 import java.math.BigDecimal; 6 import java.math.BigDecimal;
6 import java.util.Date; 7 import java.util.Date;
7 import java.util.List; 8 import java.util.List;
8 9
  10 +@Data
9 public class NMMS_CUSTOM_MT3201 { 11 public class NMMS_CUSTOM_MT3201 {
10 private String uuid; 12 private String uuid;
11 13
@@ -54,6 +56,8 @@ public class NMMS_CUSTOM_MT3201 { @@ -54,6 +56,8 @@ public class NMMS_CUSTOM_MT3201 {
54 56
55 private AWB_AWBINFO awbinfo; 57 private AWB_AWBINFO awbinfo;
56 58
  59 + private NMMS_CUSTOM_USER user;
  60 +
57 private List<NMMS_CUSTOM_MT3201> children; 61 private List<NMMS_CUSTOM_MT3201> children;
58 62
59 public String getUuid() { 63 public String getUuid() {