From eb0b148e543c1dc4c1925184212868776a6f7417 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期五, 18 十二月 2020 15:55:58 +0800 Subject: [PATCH] Merge branch 'WJC' into NewFilePath --- 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 be5edf2..43209de 100755 --- a/HDL_ON/Common/R.cs +++ b/HDL_ON/Common/R.cs @@ -516,7 +516,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; + + -- Gitblit v1.8.0