示例#1
0
文件: Vehicle.cs 项目: songfang/Wms
 public bool DeleteBatch(IList <object> list)
 {
     return(dal.DeleteBatch(list));
 }