Guid => GuidEntity

This commit is contained in:
barsdeveloper
2021-11-23 20:40:27 +01:00
parent a224903f35
commit 6a3e2cc36f
9 changed files with 63 additions and 68 deletions

View File

@@ -1,11 +1,11 @@
import Entity from "./Entity"
import Guid from "./primitive/Guid"
import GuidEntity from "./GuidEntity"
export default class VariableReferenceEntity extends Entity {
static attributes = {
MemberName: String,
MemberGuid: Guid,
MemberGuid: GuidEntity,
bSelfContext: false
}