개정판 340515a2
dev issue #000 : note, fix bug
Change-Id: I523a117215bc70e3d20191bea0b57e537bba8180
DTI_PID/SPPIDConverter/BaseModel/Note.cs | ||
---|---|---|
9 | 9 |
public class Note |
10 | 10 |
{ |
11 | 11 |
private string _UID; |
12 |
private string _OWNER; |
|
12 | 13 |
private string _ATTRIBUTEVALUE; |
13 | 14 |
private string _NAME; |
14 | 15 |
private string _LOCATION; |
... | ... | |
68 | 69 |
public double Y1 { get; set; } |
69 | 70 |
public double Y2 { get; set; } |
70 | 71 |
public SPPIDLabelLocationInfo SPPIDLabelLocation { get; set; } |
72 |
public string OWNER { get => _OWNER; set => _OWNER = value; } |
|
71 | 73 |
} |
72 | 74 |
} |
내보내기 Unified diff