修改命名空间
This commit is contained in:
@@ -42,8 +42,8 @@ public partial class BricksFinishesViewModel : ObservableValidator
|
||||
public partial bool IsEdgeExistGap { get; set; }
|
||||
|
||||
[Required(ErrorMessage = "不可为空")]
|
||||
[Attributes.IsNumeric]
|
||||
[Attributes.Minimum(10.0)]
|
||||
[Common.Attributes.IsNumeric]
|
||||
[Common.Attributes.Minimum(10.0)]
|
||||
[ObservableProperty]
|
||||
[NotifyDataErrorInfo]
|
||||
public partial double PavementWidth { get; set; }
|
||||
@@ -55,7 +55,7 @@ public partial class BricksFinishesViewModel : ObservableValidator
|
||||
//}
|
||||
|
||||
[Required(ErrorMessage = "不可为空")]
|
||||
[Attributes.IsNumeric]
|
||||
[Common.Attributes.IsNumeric]
|
||||
[ObservableProperty]
|
||||
[NotifyDataErrorInfo]
|
||||
public partial double WallBaseOffset { get; set; }
|
||||
@@ -67,8 +67,8 @@ public partial class BricksFinishesViewModel : ObservableValidator
|
||||
//}
|
||||
|
||||
[Required(ErrorMessage = "不可为空")]
|
||||
[Attributes.IsNumeric]
|
||||
[Attributes.Minimum(1.0)]
|
||||
[Common.Attributes.IsNumeric]
|
||||
[Common.Attributes.Minimum(1.0)]
|
||||
[ObservableProperty]
|
||||
[NotifyDataErrorInfo]
|
||||
public partial double PavementThickness { get; set; }
|
||||
@@ -80,8 +80,8 @@ public partial class BricksFinishesViewModel : ObservableValidator
|
||||
//}
|
||||
|
||||
[Required(ErrorMessage = "不可为空")]
|
||||
[Attributes.IsNumeric]
|
||||
[Attributes.Minimum(10.0)]
|
||||
[Common.Attributes.IsNumeric]
|
||||
[Common.Attributes.Minimum(10.0)]
|
||||
[ObservableProperty]
|
||||
[NotifyDataErrorInfo]
|
||||
public partial double PavementLength { get; set; }
|
||||
@@ -93,8 +93,8 @@ public partial class BricksFinishesViewModel : ObservableValidator
|
||||
//}
|
||||
|
||||
[Required(ErrorMessage = "不可为空")]
|
||||
[Attributes.IsNumeric]
|
||||
[Attributes.Minimum(1.0)]
|
||||
[Common.Attributes.IsNumeric]
|
||||
[Common.Attributes.Minimum(1.0)]
|
||||
[ObservableProperty]
|
||||
[NotifyDataErrorInfo]
|
||||
public partial double PavementGap { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user