fix: change InquiryList type column
This commit is contained in:
parent
1c66131111
commit
ff099f348e
@ -33,7 +33,7 @@ export default function Detail() {
|
||||
</tr>
|
||||
<tr>
|
||||
<th>作者</th>
|
||||
<td>{inquiryDetail?.regNm}</td>
|
||||
<td>{inquiryDetail?.regUserNm}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>販売店</th>
|
||||
|
||||
@ -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 = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user