liwentao
2023-05-17 f7cd56053c85587fb734f1b63280071e767b16e1
1
2
3
4
5
import { LightningElement, api } from 'lwc';
 
export default class EditRecordWrapper extends LightningElement {
    @api recordId;
}