hytos / DTI_PID / SPPIDConverter / BaseModel / SpecBreak.cs @ d1dc77a3
이력 | 보기 | 이력해설 | 다운로드 (300 Bytes)
1 | 53c81765 | 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 | public class SpecBreak : Symbol |
||
10 | { |
||
11 | public string UpStreamUID { get; set; } |
||
12 | public string DownStreamUID { get; set; } |
||
13 | } |
||
14 | } |