|
|
|
|
@ -56,7 +56,7 @@ public class Bu18WebReturnInfoDTO extends SntrisWSDTO {
|
|
|
|
|
private String returnCode;
|
|
|
|
|
private String returnMsg;
|
|
|
|
|
|
|
|
|
|
private Bu18WebPreNoticeDTO prenotice;
|
|
|
|
|
private Bu18WebPreNoticeDTO request;
|
|
|
|
|
|
|
|
|
|
public Bu18WebReturnInfoDTO() {}
|
|
|
|
|
|
|
|
|
|
@ -433,12 +433,12 @@ public class Bu18WebReturnInfoDTO extends SntrisWSDTO {
|
|
|
|
|
return getters;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public Bu18WebPreNoticeDTO getPrenotice() {
|
|
|
|
|
return prenotice;
|
|
|
|
|
public Bu18WebPreNoticeDTO getRequest() {
|
|
|
|
|
return request;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public Bu18WebReturnInfoDTO setPrenotice(Bu18WebPreNoticeDTO prenotice) {
|
|
|
|
|
this.prenotice = prenotice;
|
|
|
|
|
public Bu18WebReturnInfoDTO setRequest(Bu18WebPreNoticeDTO request) {
|
|
|
|
|
this.request = request;
|
|
|
|
|
return this;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|