fix: change InquiryList type column

This commit is contained in:
Dayoung 2025-05-26 13:33:16 +09:00
parent 1c66131111
commit ff099f348e
2 changed files with 2 additions and 1 deletions

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 = {