diff options
| author | Roy <Roy.mail.net@gmail.com> | 2023-05-08 15:21:56 +0300 |
|---|---|---|
| committer | Roy <Roy.mail.net@gmail.com> | 2023-05-08 15:21:56 +0300 |
| commit | d733552b94a565f3723c76ae531e4b04431ff085 (patch) | |
| tree | b07cacaabed5b956fe48988705e3144a795d98b8 /Software/Visual_Studio/Tango.BL/DTO/ProcessParametersTableDTOBase.cs | |
| parent | 67e50ef4b6714bc1f79e639d031a22a4a4b0ec8b (diff) | |
| download | Tango-d733552b94a565f3723c76ae531e4b04431ff085.tar.gz Tango-d733552b94a565f3723c76ae531e4b04431ff085.zip | |
Added required machine status indications.
Added Tunnel_Temp on Process Params.
Diffstat (limited to 'Software/Visual_Studio/Tango.BL/DTO/ProcessParametersTableDTOBase.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.BL/DTO/ProcessParametersTableDTOBase.cs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.BL/DTO/ProcessParametersTableDTOBase.cs b/Software/Visual_Studio/Tango.BL/DTO/ProcessParametersTableDTOBase.cs index 7fdc91308..9ee86e42a 100644 --- a/Software/Visual_Studio/Tango.BL/DTO/ProcessParametersTableDTOBase.cs +++ b/Software/Visual_Studio/Tango.BL/DTO/ProcessParametersTableDTOBase.cs @@ -541,5 +541,13 @@ namespace Tango.BL.DTO get; set; } + /// <summary> + /// e tunnel temp + /// </summary> + public Double ETunnelTemp + { + get; set; + } + } } |
