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