src/app/layout/html-builder/entity/component.entity.ts
组件实体
string | number
object
string
export class ComponentEntity { // 组件名 public template: string; // 组件id,时间戳生产 public cid: string | number; // 组件属性 public formData: object; // 组件创建人 public usr: string; }