TAccountNo 복구

master
mjkhan21 2 weeks ago
parent e3a62d3280
commit dec850306f

@ -49,8 +49,8 @@ public class Ye22NoticeInfoDTO extends SntrisWSDTO {
private String SAccountNo; private String SAccountNo;
/** 계좌번호(우리) */ /** 계좌번호(우리) */
private String WAccountNo; private String WAccountNo;
/** 계좌번호(토스뱅크) 제거 */ /** 계좌번호(토스뱅크) */
// private String TAccountNo; private String TAccountNo;
/** 압류일자(최종) */ /** 압류일자(최종) */
private String apYmd; private String apYmd;
/** 과태료대장 키 */ /** 과태료대장 키 */
@ -176,7 +176,7 @@ public class Ye22NoticeInfoDTO extends SntrisWSDTO {
String QAccountNo, String QAccountNo,
String SAccountNo, String SAccountNo,
String WAccountNo, String WAccountNo,
// String TAccountNo, String TAccountNo,
String apYmd, String apYmd,
long buAk, long buAk,
String buStatusCd, String buStatusCd,
@ -249,7 +249,7 @@ public class Ye22NoticeInfoDTO extends SntrisWSDTO {
this.QAccountNo = QAccountNo; this.QAccountNo = QAccountNo;
this.SAccountNo = SAccountNo; this.SAccountNo = SAccountNo;
this.WAccountNo = WAccountNo; this.WAccountNo = WAccountNo;
// this.TAccountNo = TAccountNo; this.TAccountNo = TAccountNo;
this.apYmd = apYmd; this.apYmd = apYmd;
this.buAk = buAk; this.buAk = buAk;
this.buStatusCd = buStatusCd; this.buStatusCd = buStatusCd;
@ -468,16 +468,17 @@ public class Ye22NoticeInfoDTO extends SntrisWSDTO {
/**Gets the TAccountNo value for this Bu18WebReturnInfoDTO. /**Gets the TAccountNo value for this Bu18WebReturnInfoDTO.
* @return TAccountNo * @return TAccountNo
*/
public String getTAccountNo() { public String getTAccountNo() {
return TAccountNo; return TAccountNo;
} }
*/
/**Sets the TAccountNo value for this Bu18WebReturnInfoDTO. /**Sets the TAccountNo value for this Bu18WebReturnInfoDTO.
* @param TAccountNo * @param TAccountNo
*/
public void setTAccountNo(String TAccountNo) { public void setTAccountNo(String TAccountNo) {
this.TAccountNo = TAccountNo; this.TAccountNo = TAccountNo;
} }
*/
/**Gets /**Gets
* @return apYmd * @return apYmd
@ -1340,7 +1341,7 @@ public class Ye22NoticeInfoDTO extends SntrisWSDTO {
equals(this.QAccountNo, other.getQAccountNo()) && equals(this.QAccountNo, other.getQAccountNo()) &&
equals(this.SAccountNo, other.getSAccountNo()) && equals(this.SAccountNo, other.getSAccountNo()) &&
equals(this.WAccountNo, other.getWAccountNo()) && equals(this.WAccountNo, other.getWAccountNo()) &&
// equals(this.TAccountNo, other.getTAccountNo()) && equals(this.TAccountNo, other.getTAccountNo()) &&
equals(this.apYmd, other.getApYmd()) && equals(this.apYmd, other.getApYmd()) &&
this.buAk == other.getBuAk() && this.buAk == other.getBuAk() &&
equals(this.buStatusCd, other.getBuStatusCd()) && equals(this.buStatusCd, other.getBuStatusCd()) &&
@ -1424,7 +1425,7 @@ public class Ye22NoticeInfoDTO extends SntrisWSDTO {
getQAccountNo(), getQAccountNo(),
getSAccountNo(), getSAccountNo(),
getWAccountNo(), getWAccountNo(),
// getTAccountNo(), getTAccountNo(),
getApYmd(), getApYmd(),
Long.valueOf(getBuAk()), Long.valueOf(getBuAk()),
getBuStatusCd(), getBuStatusCd(),
@ -1507,7 +1508,7 @@ public class Ye22NoticeInfoDTO extends SntrisWSDTO {
desc.field(name = "QAccountNo", desc.qname("", name), "string", true), desc.field(name = "QAccountNo", desc.qname("", name), "string", true),
desc.field(name = "SAccountNo", desc.qname("", name), "string", true), desc.field(name = "SAccountNo", desc.qname("", name), "string", true),
desc.field(name = "WAccountNo", desc.qname("", name), "string", true), desc.field(name = "WAccountNo", desc.qname("", name), "string", true),
// desc.field(name = "TAccountNo", desc.qname("", name), "string", true), desc.field(name = "TAccountNo", desc.qname("", name), "string", true),
desc.field(name = "apYmd", desc.qname("", name), "string", true), desc.field(name = "apYmd", desc.qname("", name), "string", true),
desc.field(name = "buAk", desc.qname("", name), "long", false), desc.field(name = "buAk", desc.qname("", name), "long", false),
desc.field(name = "buStatusCd", desc.qname("", name), "string", true), desc.field(name = "buStatusCd", desc.qname("", name), "string", true),

Loading…
Cancel
Save