Commit 4932a11d authored by liudong1993's avatar liudong1993

1

parent b15811be
......@@ -105,6 +105,7 @@ namespace Mall.WebApi.Controllers.MallBase
},
ColumnHight = 30
};
slist.Add(datarow);
}
#endregion
......@@ -165,6 +166,7 @@ namespace Mall.WebApi.Controllers.MallBase
},
ColumnHight = 30
};
slist.Add(datarow);
}
#endregion
......@@ -223,6 +225,7 @@ namespace Mall.WebApi.Controllers.MallBase
},
ColumnHight = 30
};
slist.Add(datarow);
}
#endregion
......@@ -285,6 +288,7 @@ namespace Mall.WebApi.Controllers.MallBase
},
ColumnHight = 30
};
slist.Add(datarow);
}
#endregion
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment