yumenghui
2023-08-04 17bd5b18e21c9f46aefdbf3400262764f0def4da
1
2
3
4
5
import { LightningElement, api } from 'lwc';
 
export default class EditRecordWrapper extends LightningElement {
    @api recordId;
}