WindowsFormsApp1/entity/FirstOrderSubInfo.cs
@@ -8,6 +8,7 @@ { class FirstOrderSubInfo { private int index; private String title; private String zkPrice; private String couponPrice; @@ -20,6 +21,11 @@ private Boolean mark; public int Index { get { return index; } set { index = value; } } //标题 public String Title {