feature/inquiry - Q.CAST 문의 구현 #52

Merged
swyoo merged 33 commits from feature/inquiry into dev 2025-05-29 16:32:09 +09:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit ff099f348e - Show all commits

View File

@ -33,7 +33,7 @@ export default function Detail() {
</tr>
<tr>
<th></th>
<td>{inquiryDetail?.regNm}</td>
<td>{inquiryDetail?.regUserNm}</td>
</tr>
<tr>
<th></th>

View File

@ -25,6 +25,7 @@ export type InquiryList = {
qnaClsLrgCd: string //qna CLS large Code
qnaClsMidCd: string //qna CLS Mid Code
qnaClsSmlCd: string | null //qna CLS Small Code
regUserNm: string //registration User name
}
export type InquiryDetailRequest = {