LiJinHuan
2023-06-06 ae873466a579d4ead96975d8d703063877dd2577
1
2
3
4
5
import { LightningElement, api } from 'lwc';
 
export default class EditRecordWrapper extends LightningElement {
    @api recordId;
}