From 7fd797ec44ffaaa229fdb9cfb43c210f19e93e33 Mon Sep 17 00:00:00 2001 From: pzy <2829717936@qq.com> Date: 星期四, 03 十月 2024 23:02:32 +0800 Subject: [PATCH] 1 --- SyntacticSugar/constant/EmptyConstant.cs | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/SyntacticSugar/constant/EmptyConstant.cs b/SyntacticSugar/constant/EmptyConstant.cs new file mode 100644 index 0000000..47d7bc1 --- /dev/null +++ b/SyntacticSugar/constant/EmptyConstant.cs @@ -0,0 +1,16 @@ +锘縰sing System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace SyntacticSugar.constant +{ + public static class EmptyConstant + { + /// <summary> + /// 绌� + /// </summary> + public static int EMPTY = 0; + } +} -- Gitblit v1.9.1