示例#1
0
 public virtual void UpdateShelf(Shelf entity)
 {
     entityDao.UpdateShelf(entity);
 }