TAccountNo 복구

master
mjkhan21 2 weeks ago
parent e3a62d3280
commit dec850306f

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

Loading…
Cancel
Save