重新发布

Uat_Study
hang 2022-08-24 11:17:54 +08:00
parent ba5f68037e
commit 5fd1737ffc
1 changed files with 2 additions and 0 deletions

View File

@ -1089,9 +1089,11 @@ namespace IRaCIS.Core.Infra.EFCore.Common
EntityName = entityName,
//Data 仅仅记录稽查实体的信息 CommonData 存放关联数据的信息(特殊情况下会单独赋值)
//后期通过关联 就不需要把 OtherItem 并入到Data中
Data = AddJsonItem(entityObj, otherItem) ,
//准确来讲 此处称之为 RelationData 更贴合
CommonData = AddJsonItem(generalData, otherItem)
}.ToJsonStr();