From c416268c4bb3ca958d8166542812a7e67517d858 Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期五, 18 十二月 2020 15:43:45 +0800 Subject: [PATCH] 2020-12-18-2 --- 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..ba1648b 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; + + -- Gitblit v1.8.0