浏览代码

测试git修改操作

SYL 4 年之前
父节点
当前提交
ea830e8cc2
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      NXWMS.Client.Code/Attributes/EnumImageAttribute.cs

+ 3 - 0
NXWMS.Client.Code/Attributes/EnumImageAttribute.cs

@@ -11,10 +11,13 @@ namespace NXWMS.Client.Code.Attributes
         public EnumImageAttribute(string imagePathStr)
         {
             imagePath = imagePathStr;
+
         }
         public string imagePath
         {
             get;
+
+
             private set;
         }
     }