jeffrey 9 سال پیش
والد
کامیت
235c3c106e
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      FactoryPattern/SimpleFactory.cs

+ 3 - 0
FactoryPattern/SimpleFactory.cs

@@ -1,5 +1,8 @@
 namespace FactoryPattern
 {
+    /// <summary>
+    /// 产品枚举
+    /// </summary>
     public enum ProductEnum
     {
         ConcreateProductA,