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