admin
2020-06-17 9d3d08ba960fc739498b0648d57eaf2c50a40fd1
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
        {