@ibiz/model-core 0.0.26 → 0.0.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -293,6 +293,13 @@ export interface IAppDataEntity extends IModelObject {
|
|
|
293
293
|
* 来源 getSysAPITag
|
|
294
294
|
*/
|
|
295
295
|
sysAPITag?: string;
|
|
296
|
+
/**
|
|
297
|
+
* 联合键值属性集合
|
|
298
|
+
*
|
|
299
|
+
* @type {string[]}
|
|
300
|
+
* 来源 getUnionKeyValuePSAppDEFields
|
|
301
|
+
*/
|
|
302
|
+
unionKeyValueAppDEFieldIds?: string[];
|
|
296
303
|
/**
|
|
297
304
|
* 实体默认
|
|
298
305
|
* @type {boolean}
|
package/package.json
CHANGED
|
@@ -334,6 +334,14 @@ export interface IAppDataEntity extends IModelObject {
|
|
|
334
334
|
*/
|
|
335
335
|
sysAPITag?: string;
|
|
336
336
|
|
|
337
|
+
/**
|
|
338
|
+
* 联合键值属性集合
|
|
339
|
+
*
|
|
340
|
+
* @type {string[]}
|
|
341
|
+
* 来源 getUnionKeyValuePSAppDEFields
|
|
342
|
+
*/
|
|
343
|
+
unionKeyValueAppDEFieldIds?: string[];
|
|
344
|
+
|
|
337
345
|
/**
|
|
338
346
|
* 实体默认
|
|
339
347
|
* @type {boolean}
|