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