From ea318e20d9a513bfae81a9203cef4bca0fc23c2c Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期三, 30 九月 2020 11:01:15 +0800 Subject: [PATCH] 202009301 --- HDL_ON/Common/R.cs | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/HDL_ON/Common/R.cs b/HDL_ON/Common/R.cs index b6cc4f8..5401315 100644 --- a/HDL_ON/Common/R.cs +++ b/HDL_ON/Common/R.cs @@ -4,6 +4,14 @@ { public static class StringId { + public readonly static int Email_ = 359; + public readonly static int Telephone = 358; + public readonly static int TipNotOpen = 357; + public readonly static int VersionNumber = 356; + public readonly static int About = 355; + public readonly static int Shut = 354; + public readonly static int PullOpen = 353; + public readonly static int FloorAssignment = 352; public readonly static int PhoneNumberIsSameNoNeedModfiy = 351; public readonly static int EmailIsSameNoNeedModfiy = 350; public readonly static int EmailAlreadyUse = 349; -- Gitblit v1.8.0