重新发布
parent
ba5f68037e
commit
5fd1737ffc
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue