DictEntity constructor
DictEntity({
- String? id,
- dynamic createBy,
- String? createTime,
- dynamic updateTime,
- dynamic updateBy,
- dynamic deletedFlag,
- String? tenantId,
- String? orgCode,
- String? groupCode,
- String? groupName,
- String? dicCode,
- String? dicName,
- dynamic enableStatus,
- num? sort,
- String? dicValue,
- String? remark,
- String? parentCode,
- num? systemDic,
- dynamic expandFields,
- dynamic expandFieldValue,
- dynamic dataGroupDics,
- List<
DictEntity> ? children, - dynamic deleteIds,
Implementation
DictEntity({
this.id,
this.createBy,
this.createTime,
this.updateTime,
this.updateBy,
this.deletedFlag,
this.tenantId,
this.orgCode,
this.groupCode,
this.groupName,
this.dicCode,
this.dicName,
this.enableStatus,
this.sort,
this.dicValue,
this.remark,
this.parentCode,
this.systemDic,
this.expandFields,
this.expandFieldValue,
this.dataGroupDics,
this.children,
this.deleteIds,
});