林豪 左 2 years ago
parent
commit
5100a30b17
1 changed files with 1 additions and 5 deletions
  1. 1 5
      WCS.Entity.Protocol/Station/IStation91.cs

+ 1 - 5
WCS.Entity.Protocol/Station/IStation91.cs

@@ -13,21 +13,17 @@
         /// <summary>
         /// 重量
         /// </summary>
-        [IgnoreChanging]
+       
         float Weight { get; set; }
-
         /// <summary>
         /// 长度
         /// </summary>
-        [IgnoreChanging]
         float Length { get; set; }
 
         /// <summary>
         /// 高度
         /// </summary>
-        [IgnoreChanging]
         float Width { get; set; }
 
-
     }
 }