단속파일 등록 오류 수정

main
이범준 1 year ago
parent e9f8b6c8d5
commit 6ae63a1c32

@ -16,7 +16,7 @@ public class AttachedTxtParser extends LayoutParser{
public AttachedTxtParser(){
this.groupingType = "TXT";
this.need = new Need(true,false,true);
this.need = new Need(true,true,true);
}
@Override

Loading…
Cancel
Save