zhangzhengmei
2023-05-29 2afa061d9eb87302d94b266f6fa214ae9f98a483
1
2
3
4
5
import { LightningElement, api } from 'lwc';
 
export default class ViewRecordWithParentRecordDataWrapper extends LightningElement {
    @api recordId;
}