hytos / DTI_PID / APIDConverter / Model / PlantItem / SpecBreak.cs @ 0a72bba1
이력 | 보기 | 이력해설 | 다운로드 (317 Bytes)
1 | 5aec7e24 | gaqhf | using System; |
---|---|---|---|
2 | using System.Collections.Generic; |
||
3 | using System.Linq; |
||
4 | using System.Text; |
||
5 | using System.Threading.Tasks; |
||
6 | |||
7 | namespace AVEVA.PID.CustomizationUtility.Model |
||
8 | { |
||
9 | public class SpecBreak : Symbol |
||
10 | { |
||
11 | public string UpStreamUID { get; set; } |
||
12 | public string DownStreamUID { get; set; } |
||
13 | } |
||
14 | } |