From d9894fc2e45d2521c78ad4c11dd9b549ec4f75ca Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期三, 23 十二月 2020 12:05:07 +0800 Subject: [PATCH] 2020-12-23-1 --- HDL_ON/Common/R.cs | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/HDL_ON/Common/R.cs b/HDL_ON/Common/R.cs index 21b6b36..9214de8 100644 --- a/HDL_ON/Common/R.cs +++ b/HDL_ON/Common/R.cs @@ -510,7 +510,16 @@ public const int timeMode = 7068; public const int logicnull = 7069; public const int secnenull = 7070; - + public const int setStartTime = 7071; + public const int setEndTime = 7072; + public const int unlikeTime = 7073; + public const int startTimeLessThanEndTime = 7074; + public const int conditioncNull = 7075; + public const int targetNull = 7076; + public const int timeNoSet = 7077; + public const int conditioncNullOrtargetNull = 7078; + public const int gatewayNotOnline = 7079; + -- Gitblit v1.8.0