|
|
@@ -40,6 +40,10 @@ public class Counsel extends TscBaseDomain {
|
|
|
private String sysFileNm1; // 시스템파일명1
|
|
|
private String orgFileNm2; // 원본파일명2
|
|
|
private String sysFileNm2; // 시스템파일명2
|
|
|
+ private String file1OrgFileNm; // 원본파일명1(등록시 사용)
|
|
|
+ private String file1SysFileNm; // 시스템파일명1(등록시 사용)
|
|
|
+ private String file2OrgFileNm; // 원본파일명2(등록시 사용)
|
|
|
+ private String file2SysFileNm; // 시스템파일명2(등록시 사용)
|
|
|
private String ansStat; // 답변상태(공통코드G060)
|
|
|
private String ansStatNm; // 답변상태명
|
|
|
private String ansTitle; // 답변제목
|
|
|
@@ -54,12 +58,11 @@ public class Counsel extends TscBaseDomain {
|
|
|
private int ansCnt; // 답변완료건수
|
|
|
private int ingCnt; // 처리중건수
|
|
|
|
|
|
-
|
|
|
// Masking
|
|
|
//public String getMaskingCustId() {
|
|
|
- //return MaskingUtils.id(this.custId);
|
|
|
+ //return MaskingUtils.id(this.custId);
|
|
|
//}
|
|
|
-
|
|
|
+
|
|
|
// Pagination
|
|
|
@JsonInclude(JsonInclude.Include.NON_EMPTY)
|
|
|
private TscPageRequest pageable;
|
|
|
@@ -67,6 +70,5 @@ public class Counsel extends TscBaseDomain {
|
|
|
private int pageNo = 1;
|
|
|
private int pageSize = 10;
|
|
|
private int pageUnit = 10;
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
}
|