hytos / DTI_PID / BaseModel / Model / SPPID / SPPIDSymbolInfo.cs @ 310aeb31
이력 | 보기 | 이력해설 | 다운로드 (394 Bytes)
1 | 241c928a | gaqhf | using System; |
---|---|---|---|
2 | using System.Collections.Generic; |
||
3 | using System.Linq; |
||
4 | using System.Text; |
||
5 | using System.Threading.Tasks; |
||
6 | |||
7 | namespace Converter.BaseModel |
||
8 | { |
||
9 | 39a2a688 | gaqhf | public class SPPIDSymbolInfo |
10 | 241c928a | gaqhf | { |
11 | public string MAPPINGNAME { get; set; } |
||
12 | 1b261371 | gaqhf | public double ORIGINAL_X { get; set; } |
13 | public double ORIGINAL_Y { get; set; } |
||
14 | 809a7640 | gaqhf | public string RepresentationId { get; set; } |
15 | 241c928a | gaqhf | } |
16 | } |