黄千龙
2023-05-24 ac49e658cf9674065476431a5deb81a93d1bc25a
1
2
3
4
5
import { LightningElement, api } from 'lwc';
 
export default class EditRecordWrapper extends LightningElement {
    @api recordId;
}