bug
lu
14 小时以前 2691afba0b2d101b5ac12ffe8b419e4a82a9c9b4
DevApp/Gs.DevApp/Entity/XlsOutModel.cs
@@ -8,17 +8,17 @@
        /// <param name="_outWhere">条件</param>
        /// <param name="_outSortName">排序字段</param>
        /// <param name="_outSortOrder">排序</param>
        public XlsOutModel(string _outView = "", string _outWhere = "",
        public XlsOutModel(string _outParameter = "", string _outWhere = "",
            string _outSortName = "", string _outSortOrder = "")
        {
            outView = _outView;
            outParameter = _outParameter;
            outWhere = _outWhere;
            outSortName = _outSortName;
            outSortOrder = _outSortOrder;
        }
        public string outView { get; set; }
        public string outParameter { get; set; }
        public string outWhere { get; set; }