diff --git a/BBWY.Client/Views/Order/SDGroup.xaml b/BBWY.Client/Views/Order/SDGroup.xaml
new file mode 100644
index 00000000..b99621f6
--- /dev/null
+++ b/BBWY.Client/Views/Order/SDGroup.xaml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/BBWY.Client/Views/Order/SDGroup.xaml.cs b/BBWY.Client/Views/Order/SDGroup.xaml.cs
new file mode 100644
index 00000000..6bbe03ea
--- /dev/null
+++ b/BBWY.Client/Views/Order/SDGroup.xaml.cs
@@ -0,0 +1,26 @@
+using System;
+using System.Collections.Generic;
+using System.Text;
+using System.Windows;
+using System.Windows.Controls;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Input;
+using System.Windows.Media;
+using System.Windows.Media.Imaging;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+
+namespace BBWY.Client.Views.Order
+{
+ ///
+ /// SDGroup.xaml 的交互逻辑
+ ///
+ public partial class SDGroup : Page
+ {
+ public SDGroup()
+ {
+ InitializeComponent();
+ }
+ }
+}