fix: change InquiryList type column
This commit is contained in:
parent
1c66131111
commit
ff099f348e
@ -33,7 +33,7 @@ export default function Detail() {
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>作者</th>
|
<th>作者</th>
|
||||||
<td>{inquiryDetail?.regNm}</td>
|
<td>{inquiryDetail?.regUserNm}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>販売店</th>
|
<th>販売店</th>
|
||||||
|
|||||||
@ -25,6 +25,7 @@ export type InquiryList = {
|
|||||||
qnaClsLrgCd: string //qna CLS large Code
|
qnaClsLrgCd: string //qna CLS large Code
|
||||||
qnaClsMidCd: string //qna CLS Mid Code
|
qnaClsMidCd: string //qna CLS Mid Code
|
||||||
qnaClsSmlCd: string | null //qna CLS Small Code
|
qnaClsSmlCd: string | null //qna CLS Small Code
|
||||||
|
regUserNm: string //registration User name
|
||||||
}
|
}
|
||||||
|
|
||||||
export type InquiryDetailRequest = {
|
export type InquiryDetailRequest = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user