Beispiel #1
0
 /// <summary>
 /// 批量下架
 /// </summary>
 public bool UpdateList(string IDlist)
 {
     return(dal.UpdateList(IDlist));
 }