From ae142832f9721956f963cf008047a2620a035bf7 Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期五, 27 十一月 2020 17:00:58 +0800 Subject: [PATCH] 2020-11-27-3 --- HDL_ON/Common/R.cs | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/HDL_ON/Common/R.cs b/HDL_ON/Common/R.cs index 6734ee8..83e6dd2 100644 --- a/HDL_ON/Common/R.cs +++ b/HDL_ON/Common/R.cs @@ -464,8 +464,14 @@ public const int offLogic = 7033; public const int switchLogic = 7034; public const int completeLogic= 7035; - - + public const int addtarget = 7036; + public const int monday = 7037; + public const int tuesday = 7038; + public const int wednesday = 7039; + public const int thursday = 7040; + public const int friday = 7041; + public const int saturday = 7042; + public const int sunday = 7043; } -- Gitblit v1.8.0