가상계좌 은행: '전용계좌' 제거

master
mjkhan21 3 months ago
parent 85dc457fab
commit 832022e019

@ -160,21 +160,25 @@ public class Ye22NoticeReader extends AbstractComponent {
new Field("물건지상세주소", null),
new Field("최초부과자", null),
new Field("납세번호", (notice, str) -> notice.setNapseNo(str)),
new Field("전용계좌(우리)", (notice, str) -> notice.setWAccountNo(str)),
new Field("전용계좌(신한)", (notice, str) -> notice.setSAccountNo(str)),
new Field("전용계좌(하나)", (notice, str) -> notice.setHAccountNo(str)),
new Field("전용계좌(국민)", (notice, str) -> notice.setKAccountNo(str)),
new Field("전용계좌(기업)", (notice, str) -> notice.setIAccountNo(str)),
new Field("우리", (notice, str) -> notice.setWAccountNo(str)),
new Field("신한", (notice, str) -> notice.setSAccountNo(str)),
new Field("하나", (notice, str) -> notice.setHAccountNo(str)),
new Field("국민", (notice, str) -> notice.setKAccountNo(str)),
new Field("기업", (notice, str) -> notice.setIAccountNo(str)),
new Field("거소지주소", null),
new Field("전자납부번호", (notice, str) -> notice.setEnapbuNo(str)),
new Field("전용계좌(우체국)", (notice, str) -> notice.setPAccountNo(str)),
new Field("전용계좌(외환)", null),
new Field("전용계좌(씨티)", (notice, str) -> notice.setCAccountNo(str)),
new Field("전용계좌(농협)", (notice, str) -> notice.setNAccountNo(str)),
new Field("전용계좌(수협)", (notice, str) -> notice.setFAccountNo(str)),
new Field("전용계좌(카카오)", (notice, str) -> notice.setOAccountNo(str)),
new Field("전용계좌(k뱅크)", (notice, str) -> notice.setQAccountNo(str)),
new Field("전용계좌(토스뱅크)", null),
new Field("우체국", (notice, str) -> notice.setPAccountNo(str)),
new Field("외환", null),
new Field("씨티", (notice, str) -> notice.setCAccountNo(str)),
new Field("농협", (notice, str) -> notice.setNAccountNo(str)),
new Field("수협", (notice, str) -> notice.setFAccountNo(str)),
new Field("카카오", (notice, str) -> notice.setOAccountNo(str)),
new Field("k뱅크", (notice, str) -> notice.setQAccountNo(str)),
new Field("토스뱅크", null),
new Field("사업자번호(부가가치세)", null),
new Field("시구코드", (notice, str) -> notice.setSiguCd(str)),
new Field("시구명", (notice, str) -> notice.setSiguNm(str)),

Loading…
Cancel
Save